Added textLength and lengthAdjust to text formatting tools

This commit is contained in:
Timo Dittmann
2021-01-26 11:06:13 +01:00
committed by JFH
parent 69bf3d9d81
commit 41fc05672d
70 changed files with 553 additions and 60 deletions

View File

@@ -308,6 +308,8 @@ export const readLang = function (langData) {
tool_italic: properties.italic,
tool_letter_spacing: properties.letter_spacing,
tool_word_spacing: properties.word_spacing,
tool_text_length: properties.text_length,
tool_length_adjust: properties.length_adjust,
tool_line: tools.mode_line,
tool_move_bottom: tools.move_bottom,