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 --- fonts/espresso_tiny/font.json | 124 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 122 insertions(+), 2 deletions(-) (limited to 'fonts/espresso_tiny') diff --git a/fonts/espresso_tiny/font.json b/fonts/espresso_tiny/font.json index e5f096b0..4a7f4cee 100644 --- a/fonts/espresso_tiny/font.json +++ b/fonts/espresso_tiny/font.json @@ -1,6 +1,10 @@ { "name": "Espresso tiny", "description": "This font is an altered version of Espresso KOR, to allow a greater scaling down. The use of both thin thread (60) and thin needle (60) is mandatory. The altered embroidery parameters of this font allow to scale down the original Espresso font between 25% (for a 5mm font ) and 55 % (for a 11mm font).", + "keywords": [ + "sans_serif", + "tiny" + ], "leading": 100, "auto_satin": false, "reversible": true, @@ -368,5 +372,121 @@ "₉": 28, "№": 93 }, - "kerning_pairs": {} -} + "kerning_pairs": {}, + "glyphs": [ + "œ", + "ü", + "û", + "ù", + "÷", + "ö", + "ô", + "ï", + "î", + "ë", + "ê", + "é", + "è", + "ç", + "æ", + "ä", + "â", + "à", + "ß", + "Ü", + "×", + "Ö", + "Ä", + "»", + "°", + "«", + "z", + "y", + "x", + "w", + "v", + "u", + "t", + "s", + "r", + "q", + "p", + "o", + "n", + "m", + "l", + "k", + "j", + "i", + "h", + "g", + "f", + "e", + "d", + "c", + "b", + "a", + "_", + "^", + "]", + "\\", + "[", + "Z", + "Y", + "X", + "W", + "V", + "U", + "T", + "S", + "R", + "Q", + "P", + "O", + "N", + "M", + "L", + "K", + "J", + "I", + "H", + "G", + "F", + "E", + "D", + "C", + "B", + "A", + "@", + "?", + ">", + "=", + "<", + ";", + ":", + "9", + "8", + "7", + "6", + "5", + "4", + "3", + "2", + "1", + "0", + "/", + ".", + "-", + ",", + "+", + "*", + ")", + "(", + "'", + "‘", + "’", + "&", + "%", + "!" + ] +} \ No newline at end of file -- cgit v1.2.3