From 92f14da8e2bb44f7c9d8f4067a741e958725fd02 Mon Sep 17 00:00:00 2001 From: Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:32:12 +0100 Subject: Claudine/add some glyphs to some fonts (#2607) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Amitaclo+Baumans add ÉÈÊË to amitaclo, amitaclo small and Baumans FI. Also decrease small stitch distance in Baumans FI satin columns * BrockScript, Chopin, Coronaviral * espresso espresso, espresso tiny kaushan * digoory doodle * lobster * dejavu dinomouse * geneva Magnolia kor geneva sans rounded magnolia KOR * Manuskript Gotisch geneva simple * Marcellus, pacificlo Marcellus Pacificlo Pacificlo tiny * learning curve , inkstitch fonts learning curve small font medium font * deutsch auberge marif, auberge small, chopin, lobster, kaushan , coronaviral , digory doodles bean, dinomouse, geneva, lobster, marcelus SC_FI * ÜÄÖäöüß chopin roman ags sacramarif * nick_ainley * roman bicolor roman ags bicolor * TT directors TT Masters --- fonts/chopin/font.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'fonts/chopin/font.json') diff --git a/fonts/chopin/font.json b/fonts/chopin/font.json index 10a6367a..d7c28f22 100644 --- a/fonts/chopin/font.json +++ b/fonts/chopin/font.json @@ -2,15 +2,15 @@ "name": "Chopin Script", "description": "The capital M is 38.3 millimeter wide at 100% scale. Can be scaled down to 80% or up to 120%. Every satin has zigzag underlay", "keywords": [ - "handwriting", - "monogram" - ], + "handwriting", + "monogram" + ], "leading": 226, "auto_satin": false, "reversible": true, "default_glyph": " ", "min_scale": 0.8, - "max_scale": 1.5, + "max_scale": 1.2, "size": 38.3, "horiz_adv_x_default": 212, "horiz_adv_x_space": 54, @@ -149,7 +149,7 @@ "Û": 173, "Ü": 173, "Ý": 209, - "ß": 72, + "ß": 83, "à": 85, "á": 85, "â": 85, @@ -297,6 +297,10 @@ "C", "D", "E", + "É", + "È", + "Ê", + "Ë", "F", "G", "H", @@ -377,6 +381,10 @@ "ý", "ÿ", "Œ", - "œ" + "œ", + "Ö", + "Ü", + "Ä", + "ß" ] -} +} \ No newline at end of file -- cgit v1.3.1