Added text features (#704)
* Added letter spacing * Added word spacing * Added textLength * Added lengthAdjust * Added lengthAdjust
This commit is contained in:
@@ -150,6 +150,22 @@
|
||||
<se-list-item id="tool_text_anchor_end" value="end" title="properties.text_anchor_end" src="anchor_end.svg" img-height="25px"></se-list-item>
|
||||
</se-list>
|
||||
|
||||
<!-- Letter Spacing -->
|
||||
<se-spin-input size="2" id="tool_letter_spacing" min=0 max=100 step=1 title="properties.text_letter_spacing"
|
||||
src="letter_spacing.svg"></se-spin-input>
|
||||
|
||||
<!-- Word Spacing -->
|
||||
<se-spin-input size="2" id="tool_word_spacing" min=0 max=1000 step=1 title="properties.text_word_spacing"
|
||||
src="word_spacing.svg"></se-spin-input>
|
||||
|
||||
<!-- Text Length -->
|
||||
<se-spin-input size="2" id="tool_text_length" min=0 max=1000 step=1 title="properties.text_length"
|
||||
src="text_length.svg"></se-spin-input>
|
||||
|
||||
<!-- Length Adjust -->
|
||||
<se-select id="tool_length_adjust" label="properties.text_length_adjust"
|
||||
options="properties.text_length_adjust_spacing,properties.text_length_adjust_spacing_and_glyphs"
|
||||
values="spacing::spacingAndGlyphs"></se-select>
|
||||
</div>
|
||||
<!-- Not visible, but still used -->
|
||||
<input id="text" type="text" size="35"/>
|
||||
|
||||
Reference in New Issue
Block a user