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 +++++++++++++++++++++-------------
1 file changed, 95 insertions(+), 59 deletions(-)
(limited to 'templates/lettering_generate_json.xml')
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
-
-
-
+
--
cgit v1.2.3