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/excalibur_KOR | |
| parent | 3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff) | |
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/excalibur_KOR')
| -rw-r--r-- | fonts/excalibur_KOR/font.json | 153 |
1 files changed, 151 insertions, 2 deletions
diff --git a/fonts/excalibur_KOR/font.json b/fonts/excalibur_KOR/font.json index d4eb9f80..07c50581 100644 --- a/fonts/excalibur_KOR/font.json +++ b/fonts/excalibur_KOR/font.json @@ -1,6 +1,9 @@ { "name": "Excalibur KOR", "description": "Excalibur KOR is a small satin column manuscript font of size approximatively 20mm. It can be reduced down to 80% and enlarged up to 140%. It contains 144 glyphs, covering most western European languages needs.", + "keywords": [ + "sans_serif" + ], "leading": 81, "auto_satin": false, "reversible": false, @@ -31314,5 +31317,151 @@ "˚#": 24, "˚\"": 3, "˚!": 3 - } -} + }, + "glyphs": [ + "•", + "„", + "”", + "“", + "’", + "‘", + "—", + "–", + "œ", + "Œ", + "ü", + "û", + "ú", + "ù", + "ø", + "ö", + "õ", + "ô", + "ó", + "ò", + "ñ", + "ï", + "î", + "í", + "ì", + "ë", + "ê", + "é", + "è", + "ç", + "æ", + "å", + "ä", + "ã", + "â", + "á", + "à", + "ß", + "Ü", + "Û", + "Ú", + "Ù", + "Ø", + "Ö", + "Õ", + "Ô", + "Ó", + "Ò", + "Ñ", + "Ï", + "Î", + "Í", + "Ì", + "Ë", + "Ê", + "É", + "È", + "Ç", + "Æ", + "Å", + "Ä", + "Ã", + "Â", + "Á", + "À", + "»", + "«", + "z", + "y", + "x", + "w", + "v", + "u", + "t", + "s", + "r", + "q", + "p", + "o", + "n", + "m", + "l", + "k", + "j", + "i", + "h", + "g", + "f", + "e", + "d", + "c", + "b", + "a", + "Z", + "Y", + "X", + "W", + "V", + "U", + "T", + "S", + "R", + "Q", + "P", + "O", + "N", + "M", + "L", + "K", + "J", + "I", + "H", + "G", + "F", + "E", + "D", + "C", + "B", + "A", + "?", + ";", + ":", + "9", + "8", + "7", + "6", + "5", + "4", + "3", + "2", + "1", + "0", + "/", + ".", + "-", + ",", + "*", + ")", + "(", + "'", + "&", + "%", + "\"", + "!" + ] +}
\ No newline at end of file |
