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/glacial_tiny/font.json | 194 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 179 insertions(+), 15 deletions(-) (limited to 'fonts/glacial_tiny') diff --git a/fonts/glacial_tiny/font.json b/fonts/glacial_tiny/font.json index 05aec3e2..d47685e2 100755 --- a/fonts/glacial_tiny/font.json +++ b/fonts/glacial_tiny/font.json @@ -1,6 +1,10 @@ { "name": "Glacial Tiny 60 AGS", -"description": "Glacial is a very tiny font: at 100%, M stands at 5.6mm. Thin thread (60 wt ) and thin needle (8/60) are mandatory. The glyphs cover many European languages. It can be reduced down to 40% and enlarged up to 150% ", + "description": "Glacial is a very tiny font: at 100%, M stands at 5.6mm. Thin thread (60 wt ) and thin needle (8/60) are mandatory. The glyphs cover many European languages. It can be reduced down to 40% and enlarged up to 150% ", + "keywords": [ + "sans_serif", + "tiny" + ], "leading": 35, "auto_satin": false, "reversible": true, @@ -166,8 +170,8 @@ "Ŗ": 21, "Ȑ": 21, "Ȓ": 21, - "S": 21, - "Š": 21, + "S": 21, + "Š": 21, "ẞ": 26, "Ə": 25, "U": 23, @@ -238,7 +242,7 @@ "ǻ": 19, "ã": 19, "æ": 27, - "œ": 27, + "œ": 27, "ǽ": 27, "b": 20, "c": 17, @@ -322,7 +326,6 @@ "ñ": 19, "ø": 17, "ǿ": 17, - "œ": 27, "p": 19, "þ": 20, "q": 20, @@ -344,12 +347,11 @@ "ť": 12, "ţ": 12, "ț": 12, - "u": 19, - "u": 19, - "ú": 19, - "ù": 19, - "û": 19, - "ü": 19, + "u": 19, + "ú": 19, + "ù": 19, + "û": 19, + "ü": 19, "v": 17, "w": 28, "ẃ": 28, @@ -523,8 +525,8 @@ "˜": 15 }, "kerning_pairs": { - "..":-4, - "xi": -3, + "..": -4, + "xi": -3, "Ya": 3, "Yá": 4, "Yă": 4, @@ -8675,5 +8677,167 @@ "Vs": 3, "VJ": 1, "QV": 3 - } -} + }, + "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", + "^", + "`", + "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 -- cgit v1.2.3