From e65788cea72531f922fe4bccda4ec0c06047df10 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 12 Jul 2023 18:28:07 +0200 Subject: Lettering: add glyph filter (#2400) Co-authored-by: claudinepeyrat06 --- templates/lettering_generate_json.xml | 154 ++++++++++++++++---------- templates/lettering_update_json_glyphlist.xml | 22 ++++ 2 files changed, 117 insertions(+), 59 deletions(-) create mode 100644 templates/lettering_update_json_glyphlist.xml (limited to 'templates') diff --git a/templates/lettering_generate_json.xml b/templates/lettering_generate_json.xml index 6a49d128..b878415e 100644 --- a/templates/lettering_generate_json.xml +++ b/templates/lettering_generate_json.xml @@ -11,66 +11,102 @@ - - Generates font.json which can be used by the lettering tool. + + + + + + Generates font.json which can be used by the lettering tool. + + The generated file can be viewed and updated with a standard text editor tool. + + + + + + + + + + + + + + + + + + + + Keywords + + + {%- for category in font_categories %} + {%- if loop.index is divisibleby 4 %} + + + {%- endif %} + false + {%- endfor %} + + + + + + + + � + + + + + true + true + + + + + + + + 15 + 1 + 1 + + + + + + Kerning + + If your font file contains kerning information, you can completely ignore the following settings (unless you want to overwrite them). + If the kerning information cannot be found, these values will apply automatically. + + + + + false + 100 + + + + + false + 20 + + + + + + - The generated file can be viewed and updated with a standard text editor tool. - - - - - - - - - - - - - - - true - true - - - - - - - - 15 - 1 - 1 - - - - � - - - - Kerning - - If your font file contains kerning information, you can completely ignore the following settings (unless you want to overwrite them). - If the kerning information cannot be found, these values will apply automatically. - - - - false - 100 - - - - false - 20 - - - + diff --git a/templates/lettering_update_json_glyphlist.xml b/templates/lettering_update_json_glyphlist.xml new file mode 100644 index 00000000..2f3e74cb --- /dev/null +++ b/templates/lettering_update_json_glyphlist.xml @@ -0,0 +1,22 @@ + + + Update Glyphlist + org.inkstitch.lettering_update_json_glyphlist + lettering_update_json_glyphlist + + all + + + + + + + + Updates the glyphlist in the json file. + + + + + -- cgit v1.2.3