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/emilio_20/font.json | |
| parent | 3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff) | |
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/emilio_20/font.json')
| -rw-r--r-- | fonts/emilio_20/font.json | 48 |
1 files changed, 45 insertions, 3 deletions
diff --git a/fonts/emilio_20/font.json b/fonts/emilio_20/font.json index 3cc7bff7..15d68c72 100644 --- a/fonts/emilio_20/font.json +++ b/fonts/emilio_20/font.json @@ -1,10 +1,14 @@ { "name": "Emilio 20", "description": "Emilio 20 is a font with capital only and numbers. M is 48.5 millimeter wide at 100% scale. Can be scaled down to 70% or up to 140%. Every satin has zigzag underlay", + "keywords": [ + "display", + "monogram" + ], "leading": 200, "auto_satin": false, "reversible": false, - "letter_case": "upper", + "letter_case": "upper", "default_glyph": " ", "min_scale": 0.7, "max_scale": 1.4, @@ -75,5 +79,43 @@ "y": 174, "z": 158 }, - "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" + ] +}
\ No newline at end of file |
