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/auberge_small | |
| parent | 3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff) | |
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/auberge_small')
| -rw-r--r-- | fonts/auberge_small/font.json | 144 |
1 files changed, 142 insertions, 2 deletions
diff --git a/fonts/auberge_small/font.json b/fonts/auberge_small/font.json index 3350e3ef..906651aa 100644 --- a/fonts/auberge_small/font.json +++ b/fonts/auberge_small/font.json @@ -1,6 +1,10 @@ { "name": "Auberge small", "description": "This font is an altered version of Auberge Marif, to allow a greater scaling down. The use of both thin thread (60) and thin needle (60) are mandatory. The altered embroidery parameters of this font allow to scale down the original Grand Hotel font between 25% (for a 9mm font ) and 55 % (for a 20 mm font).", + "keywords": [ + "handwriting", + "tiny" + ], "leading": 190, "auto_satin": false, "reversible": false, @@ -7290,5 +7294,141 @@ "XP": 2, "XV": 3, "XB": 2 - } -} + }, + "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 |
