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/sacramarif/font.json | |
| parent | 3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff) | |
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/sacramarif/font.json')
| -rw-r--r-- | fonts/sacramarif/font.json | 127 |
1 files changed, 123 insertions, 4 deletions
diff --git a/fonts/sacramarif/font.json b/fonts/sacramarif/font.json index abbb7fb5..be905e8a 100644 --- a/fonts/sacramarif/font.json +++ b/fonts/sacramarif/font.json @@ -1,7 +1,11 @@ { "name": "Sacramarif", "description": "Based on Sacramento. Very small font with runstitch. It can be scaled from 80% to 150%", - "leading": 83, + "keywords": [ + "handwriting", + "running_stitch" + ], + "leading": 83, "auto_satin": false, "reversible": false, "default_glyph": " ", @@ -49,7 +53,7 @@ "i": 17, "j": 13, "k": 28, - "l":21, + "l": 21, "m": 53, "n": 36, "o": 26, @@ -5775,5 +5779,120 @@ "Vm": 3, "Vx": 4, "Xm": 4 - } -} + }, + "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 |
