diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-10-27 18:09:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-27 18:09:21 +0100 |
| commit | 6f282829537b69b8628b901cc717f18222ff33a0 (patch) | |
| tree | d703e389a395f021836816ef1e0e5fe509474fc8 /templates | |
| parent | e8859c4e14984bcdb3dd6d3c9bfed05cd233251c (diff) | |
Lettering: add spacing options (#4020)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/batch_lettering.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/batch_lettering.xml b/templates/batch_lettering.xml index 39d0fe57..bfd93eb0 100644 --- a/templates/batch_lettering.xml +++ b/templates/batch_lettering.xml @@ -39,6 +39,16 @@ <option value="block">Block (default)</option> <option value="letterspacing">Block (letterspacing)</option> </param> + + <hbox> + <param name="letter_spacing" type="float" precision="2" min="-500" max="500" + gui-text="Letter spacing">0</param> + <param name="word_spacing" type="float" precision="2" min="-500" max="500" + gui-text="Word spacing">0</param> + <param name="line_height" type="float" precision="2" min="-500" max="500" + gui-text="Line height">0</param> + </hbox> + </vbox> <spacer /> <separator /> |
