diff options
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> |
