diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-07-12 18:28:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-12 18:28:07 +0200 |
| commit | e65788cea72531f922fe4bccda4ec0c06047df10 (patch) | |
| tree | c0dab71fe4e2c44ea3de1900e05de46001290558 /fonts/fold_inkstitch | |
| parent | 3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff) | |
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/fold_inkstitch')
| -rw-r--r-- | fonts/fold_inkstitch/font.json | 71 |
1 files changed, 59 insertions, 12 deletions
diff --git a/fonts/fold_inkstitch/font.json b/fonts/fold_inkstitch/font.json index 5ecf32e7..56670615 100644 --- a/fonts/fold_inkstitch/font.json +++ b/fonts/fold_inkstitch/font.json @@ -1,6 +1,10 @@ { "name": "Fold Ink/Stitch", - "description": "Fold Ink/Stitch is a large triple and quintuple running stitches capital font of size 100 mm. It contains 40 glyphs including all numbers and the 26 capitals A-Z. It can be reduced down to 80% and enlarged up to 200%", + "description": "Fold Ink/Stitch is a large triple and quintuple running stitches capital font of size 100 mm. It contains 40 glyphs including all numbers and the 26 capitals A-Z. It can be reduced down to 80% and enlarged up to 200%", + "keywords": [ + "display", + "running_stitch" + ], "leading": 400, "auto_satin": false, "reversible": false, @@ -109,8 +113,7 @@ "„": 152, "€": 180 }, - "kerning_pairs": { - + "kerning_pairs": { "FU": 22, "FR": 22, "FO": 22, @@ -120,12 +123,56 @@ "JJ": 16, "QJ": 16, "YJ": 16, - "Fa": 60, - "VA": 35, - "TA": 60, - "PA": 60, - "YA": 60, - "LT": 60, - "LV": 60 - } -} + "Fa": 60, + "VA": 35, + "TA": 60, + "PA": 60, + "YA": 60, + "LT": 60, + "LV": 60 + }, + "glyphs": [ + "'", + "’", + "‘", + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "?", + "A", + "B", + "C", + "D", + "E", + "F", + "G", + "H", + "I", + "J", + "K", + "L", + "M", + "N", + "O", + "P", + "Q", + "R", + "S", + "T", + "U", + "V", + "W", + "X", + "Y", + "Z", + "!", + "-" + ] +}
\ No newline at end of file |
