Added text features (#704)

* Added letter spacing

* Added word spacing

* Added textLength

* Added lengthAdjust

* Added lengthAdjust
This commit is contained in:
Timo Dittmann
2022-01-12 10:48:34 +01:00
committed by GitHub
parent 02feff8db5
commit 0a6cce903e
68 changed files with 683 additions and 1 deletions

View File

@@ -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',