diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-04-02 19:05:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 19:05:34 +0200 |
| commit | 8a696e1871fc4a75c51ba53433c55f4d240a81bb (patch) | |
| tree | eb0aba3e8c412f09cd6e0189e5e7005ddc0e142c /templates | |
| parent | 354759b6caa114a67b4598ca332b06bdb03971eb (diff) | |
Lettering: ability to force letter case (#1113)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/lettering_generate_json.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/lettering_generate_json.xml b/templates/lettering_generate_json.xml index d6fb1e9a..570184cb 100644 --- a/templates/lettering_generate_json.xml +++ b/templates/lettering_generate_json.xml @@ -33,6 +33,11 @@ gui-description="{% trans %}Disable if you defined manual routing in your font.{% endtrans %}" indent="1">true</param> <param type="bool" name="reversible" gui-text="{% trans %}Reversible{% endtrans %}" gui-description='{% trans %}If disabled back and forth stitching will not be possile for this font.{% endtrans %}' indent="1">true</param> + <param name="letter-case" type="optiongroup" appearance="combo" gui-text="{% trans %}Force letter case{% endtrans %}" indent="1"> + <option value="">{% trans %}No{% endtrans %}</option> + <option value="upper">{% trans %}Upper{% endtrans %}</option> + <option value="lower">{% trans %}Lower{% endtrans %}</option> + </param> </vbox> <vbox indent="20"> <param name="min-scale" type="float" precision="1" min="0.1" max="1" gui-text="{% trans %}Min Scale{% endtrans %}" indent="1">1</param> |
