From e65788cea72531f922fe4bccda4ec0c06047df10 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 12 Jul 2023 18:28:07 +0200 Subject: Lettering: add glyph filter (#2400) Co-authored-by: claudinepeyrat06 --- fonts/ags_garamond_latin_grec/font.json | 275 +++++++++++++++++++++++++++++++- 1 file changed, 273 insertions(+), 2 deletions(-) (limited to 'fonts/ags_garamond_latin_grec') diff --git a/fonts/ags_garamond_latin_grec/font.json b/fonts/ags_garamond_latin_grec/font.json index fbc94053..9c3a6e2d 100644 --- a/fonts/ags_garamond_latin_grec/font.json +++ b/fonts/ags_garamond_latin_grec/font.json @@ -1,6 +1,10 @@ { "name": "AGS Γαραμου Garamond", "description": "This font contains all the letters of the latin and greek alphabets and cover most european languages. Μ is 22mm hight and 20mm wide. It may be scaled down to 80% and scaled up to 150%", + "keywords": [ + "serif", + "italic" + ], "leading": 110, "auto_satin": false, "reversible": false, @@ -217382,5 +217386,272 @@ "¶Ă": 5, "¶Á": 5, "¶A": 5 - } -} \ No newline at end of file + }, + "glyphs": [ + "∫", + "∞", + "√", + "ϱ", + "ϰ", + "Ϝ", + "ϗ", + "ϖ", + "ϕ", + "ϓ", + "ϑ", + "ϐ", + "Ϗ", + "ώ", + "ύ", + "ό", + "ϋ", + "ϊ", + "ω", + "ψ", + "χ", + "φ", + "υ", + "τ", + "σ", + "ς", + "ρ", + "π", + "ο", + "ξ", + "ν", + "μ", + "λ", + "κ", + "ι", + "θ", + "η", + "ζ", + "ε", + "δ", + "γ", + "β", + "α", + "ΰ", + "ί", + "ή", + "έ", + "ά", + "Ϋ", + "Ϊ", + "Ω", + "Ψ", + "Χ", + "Φ", + "Υ", + "Τ", + "Σ", + "Ρ", + "Π", + "Ο", + "Ξ", + "Ν", + "Μ", + "Λ", + "Κ", + "Ι", + "Θ", + "Η", + "Ζ", + "Ε", + "Δ", + "Γ", + "Β", + "Α", + "ΐ", + "Ώ", + "Ύ", + "Ό", + "Ί", + "Ή", + "Έ", + "·", + "Ά", + "΄", + "ͅ", + "̈́", + "̈", + "y", + "x", + "t", + "d", + "c", + "b", + "a", + "@", + "?", + ">", + "<", + ";", + ":", + "9", + "8", + "7", + "6", + "5", + "4", + "3", + "2", + "1", + "0", + "/", + ".", + ",", + "+", + "-", + ")", + "(", + "'", + "\"", + "!", + "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", + "ž", + ".", + ",", + "!", + "¡", + "?", + "¿", + "«", + "»", + "÷", + "=", + "→" + ] +} -- cgit v1.3.1