Added text features (#704)
* Added letter spacing * Added word spacing * Added textLength * Added lengthAdjust * Added lengthAdjust
This commit is contained in:
@@ -80,6 +80,12 @@ export default {
|
||||
text_anchor_start: 'Align the text in start',
|
||||
text_anchor_middle: 'Align the text in middle',
|
||||
text_anchor_end: 'Align the text in end',
|
||||
text_letter_spacing: 'Change the letter spacing',
|
||||
text_word_spacing: 'Change the word spacing',
|
||||
text_length: 'Lets you specify the width of the space into which the text will draw',
|
||||
text_length_adjust: 'Length adjust',
|
||||
text_length_adjust_spacing: 'Spacing',
|
||||
text_length_adjust_spacing_and_glyphs: 'Spacing & Glyphs',
|
||||
class: 'Element class',
|
||||
serif: 'Serif',
|
||||
sans_serif: 'Sans-serif',
|
||||
|
||||
Reference in New Issue
Block a user