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/emilio_20_applique/font.json | 142 ++++++++++++++++++++++++------------- 1 file changed, 92 insertions(+), 50 deletions(-) (limited to 'fonts/emilio_20_applique') diff --git a/fonts/emilio_20_applique/font.json b/fonts/emilio_20_applique/font.json index dab366e6..7256d606 100755 --- a/fonts/emilio_20_applique/font.json +++ b/fonts/emilio_20_applique/font.json @@ -1,51 +1,93 @@ -{ - "name": "EMILIO_20_Applique", - "description": "Emilio 20 Applique is an Applique font approximatively 50mm high. It should not be scaled down but may be scaled up to 150%. This font is an altered version (larger satin columns) of Emilio_20 while Emilio_20_Bold is Emilio_20_applique without the applique", - "leading": 200, - "auto_satin": false, - "reversible": false, - "letter_case": "upper", - "default_glyph": " ", - "min_scale": 1.0, - "max_scale": 1.5, - "size":42, - "horiz_adv_x_default": 156, - "horiz_adv_x_space": 20, - "units_per_em": 200, - "horiz_adv_x": { - "9": 159, - "8": 160, - "7": 146, - "3": 158, - "5": 161, - "2": 160, - "1": 99, - "Z": 158, - "Y": 174, - "X": 186, - "N": 185, - "K": 188, - "H": 181, - "I": 101, - "P": 170, - "C": 149, - "R": 175, - "A": 180, - "V": 176, - "B": 165, - "D": 164, - "O": 153, - "E": 165, - "F": 163, - "G": 151, - "J": 148, - "M": 222, - "Q": 153, - "S": 160, - "T": 154, - "U": 188, - "W": 286, - "4": 168 - }, - "kerning_pairs": {} +{ + "name": "EMILIO_20_Applique", + "description": "Emilio 20 Applique is an Applique font approximatively 50mm high. It should not be scaled down but may be scaled up to 150%. This font is an altered version (larger satin columns) of Emilio_20 while Emilio_20_Bold is Emilio_20_applique without the applique", + "keywords": [ + "display", + "applique" + ], + "leading": 200, + "auto_satin": false, + "reversible": false, + "letter_case": "upper", + "default_glyph": " ", + "min_scale": 1.0, + "max_scale": 1.5, + "size": 42, + "horiz_adv_x_default": 156, + "horiz_adv_x_space": 20, + "units_per_em": 200, + "horiz_adv_x": { + "9": 159, + "8": 160, + "7": 146, + "3": 158, + "5": 161, + "2": 160, + "1": 99, + "Z": 158, + "Y": 174, + "X": 186, + "N": 185, + "K": 188, + "H": 181, + "I": 101, + "P": 170, + "C": 149, + "R": 175, + "A": 180, + "V": 176, + "B": 165, + "D": 164, + "O": 153, + "E": 165, + "F": 163, + "G": 151, + "J": 148, + "M": 222, + "Q": 153, + "S": 160, + "T": 154, + "U": 188, + "W": 286, + "4": 168 + }, + "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 -- cgit v1.2.3