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/digory_doodles_bean/font.json | |
| parent | 3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff) | |
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/digory_doodles_bean/font.json')
| -rw-r--r-- | fonts/digory_doodles_bean/font.json | 95 |
1 files changed, 93 insertions, 2 deletions
diff --git a/fonts/digory_doodles_bean/font.json b/fonts/digory_doodles_bean/font.json index 761ffeb8..98ddbf34 100644 --- a/fonts/digory_doodles_bean/font.json +++ b/fonts/digory_doodles_bean/font.json @@ -1,6 +1,9 @@ { "name": "Digory Doodles Bean", "description": "All letters have mixed satin and bean stitch. The capital M is 16mm tall. The small x is 7 mm.", + "keywords": [ + "handwriting" + ], "leading": 90, "auto_satin": false, "reversible": false, @@ -109,5 +112,93 @@ "“": 26, "”": 26 }, - "kerning_pairs": {} -} + "kerning_pairs": {}, + "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 |
