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/pacificlo_tiny/font.json | 183 ++++++++++++++++++++++++++++++++++------- 1 file changed, 155 insertions(+), 28 deletions(-) (limited to 'fonts/pacificlo_tiny') diff --git a/fonts/pacificlo_tiny/font.json b/fonts/pacificlo_tiny/font.json index b7043097..eda3b891 100755 --- a/fonts/pacificlo_tiny/font.json +++ b/fonts/pacificlo_tiny/font.json @@ -1,6 +1,10 @@ { "name": "Pacificlo tiny", "description": "This font is an altered version of Pacificlo, to allow a greater scaling down. Both thin thread (60) and thin needle (60) are mandatory. The altered embroidery parameters of this font allow to scale down the original Pacificlo font between 25% (for a 5mm font ) and 55 % (for a 11mm font).", + "keywords": [ + "handwriting", + "tiny" + ], "leading": 100, "auto_satin": false, "reversible": false, @@ -13,7 +17,7 @@ "horiz_adv_x_space": 20, "units_per_em": 75, "horiz_adv_x": { - "$": 33, + "$": 33, "A": 58, "Å": 58, "Æ": 76, @@ -142,31 +146,31 @@ "`": 45 }, "kerning_pairs": { - "a,": -10, - "b,": -10, - "c,": -10, - "d,": -10, - "e,": -10, - "f,": -10, - "g,": -10, - "h,": -10, - "i,": -10, - "k,": -10, - "l,": -10, - "m,": -10, - "n,": -10, - "o,": -10, - "p,": -10, - "q,": -10, - "r,": -10, - "s,": -10, - "t,": -10, - "u,": -10, - "v,": -10, - "w,": -10, - "x,": -10, - "y,": -10, - "z,": -10, + "a,": -10, + "b,": -10, + "c,": -10, + "d,": -10, + "e,": -10, + "f,": -10, + "g,": -10, + "h,": -10, + "i,": -10, + "k,": -10, + "l,": -10, + "m,": -10, + "n,": -10, + "o,": -10, + "p,": -10, + "q,": -10, + "r,": -10, + "s,": -10, + "t,": -10, + "u,": -10, + "v,": -10, + "w,": -10, + "x,": -10, + "y,": -10, + "z,": -10, "L*": -1, "dj": -2, "dì": -4, @@ -1494,5 +1498,128 @@ "№Dž": 2, "ѓ…": -10, "ґć": 3 - } -} + }, + "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