diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-01-12 20:46:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-12 20:46:37 +0100 |
| commit | a20029bc1c199b21ec080f66193a9b20a72eae1c (patch) | |
| tree | 11b0fae86e2da9b0889c44ef663c706a3dd66e55 /templates | |
| parent | c750bc503e8e6d15af4334407b38e902558ec4b4 (diff) | |
lettering: add right to left support (#3432)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/lettering_generate_json.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/lettering_generate_json.xml b/templates/lettering_generate_json.xml index d9e4b045..5700d47b 100644 --- a/templates/lettering_generate_json.xml +++ b/templates/lettering_generate_json.xml @@ -19,7 +19,16 @@ <param type="string" name="font-name" gui-text="Name" indent="1" /> <param type="string" name="font-description" gui-text="Description" indent="1" /> - + <param name="default_variant" type="optiongroup" appearance="combo" gui-text="Default variant" indent="1"> + <option value="0">→</option> + <option value="1">←</option> + <option value="2">↓</option> + <option value="3">↑</option> + </param> + <param name="text_direction" type="optiongroup" appearance="combo" gui-text="Text direction" indent="1"> + <option value="ltr">Left to right</option> + <option value="rtl">Right to left</option> + </param> <spacer /> <separator indent="1"/> <spacer /> |
