diff options
Diffstat (limited to 'templates/lettering_generate_json.xml')
| -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 e80a707f..bf3770a5 100644 --- a/templates/lettering_generate_json.xml +++ b/templates/lettering_generate_json.xml @@ -55,6 +55,11 @@ gui-description="Disable if you defined manual routing in your font." indent="1">true</param> <param type="bool" name="reversible" gui-text="Reversible" gui-description='If disabled back and forth stitching will not be possile for this font.' indent="1">true</param> + <param type="bool" name="sortable" gui-text="Sortable" + gui-description='If disabled color sorting will be disabled for this font. + Color sorting needs color_sort_index indicators within the font.' indent="1">false</param> + <param type="string" name="combine-at-sort-indices" gui-text="Combine indices" + gui-description="When color sorting, combine elements with this color indices (comma separated)" indent="1" /> <param name="letter-case" type="optiongroup" appearance="combo" gui-text="Force letter case" indent="1"> <option value="">No</option> <option value="upper">Upper</option> |
