summaryrefslogtreecommitdiff
path: root/fonts/espresso_tiny
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-07-12 18:28:07 +0200
committerGitHub <noreply@github.com>2023-07-12 18:28:07 +0200
commite65788cea72531f922fe4bccda4ec0c06047df10 (patch)
treec0dab71fe4e2c44ea3de1900e05de46001290558 /fonts/espresso_tiny
parent3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (diff)
Lettering: add glyph filter (#2400)
Co-authored-by: claudinepeyrat06
Diffstat (limited to 'fonts/espresso_tiny')
-rw-r--r--fonts/espresso_tiny/font.json124
1 files changed, 122 insertions, 2 deletions
diff --git a/fonts/espresso_tiny/font.json b/fonts/espresso_tiny/font.json
index e5f096b0..4a7f4cee 100644
--- a/fonts/espresso_tiny/font.json
+++ b/fonts/espresso_tiny/font.json
@@ -1,6 +1,10 @@
{
"name": "Espresso tiny",
"description": "This font is an altered version of Espresso KOR, to allow a greater scaling down. The use of both thin thread (60) and thin needle (60) is mandatory. The altered embroidery parameters of this font allow to scale down the original Espresso font between 25% (for a 5mm font ) and 55 % (for a 11mm font).",
+ "keywords": [
+ "sans_serif",
+ "tiny"
+ ],
"leading": 100,
"auto_satin": false,
"reversible": true,
@@ -368,5 +372,121 @@
"₉": 28,
"№": 93
},
- "kerning_pairs": {}
-}
+ "kerning_pairs": {},
+ "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