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/amitaclo | |
| parent | 3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff) | |
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/amitaclo')
| -rw-r--r-- | fonts/amitaclo/font.json | 122 |
1 files changed, 118 insertions, 4 deletions
diff --git a/fonts/amitaclo/font.json b/fonts/amitaclo/font.json index c186e412..0207078c 100644 --- a/fonts/amitaclo/font.json +++ b/fonts/amitaclo/font.json @@ -1,6 +1,9 @@ { "name": "Amitaclo", "description": "The capital M is 25.3 millimeter wide at 100% scale. Can be scaled down to 80% or up to 160%. Every satin has zigzag underlay", + "keywords": [ + "handwriting" + ], "leading": 113, "auto_satin": false, "reversible": false, @@ -440,8 +443,6 @@ "॰": 63, "ॱ": 29, " ": 155, - " ": 155, - " ": 233, " ": 77, " ": 97, " ": 38, @@ -43605,5 +43606,118 @@ "Xv": 4, "Px": 5, "Pv": 2 - } -} + }, + "glyphs": [ + "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", + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "*", + "\\", + ":", + ",", + "!", + ".", + "?", + "\"", + "'", + "‘", + "’", + ";", + "/", + "(", + ")", + "-", + "=", + "+", + "|", + "@", + "&" + ] +}
\ No newline at end of file |
