From 3fbdf3b746c2b9345d44599599b8f0ddd891577e Mon Sep 17 00:00:00 2001 From: Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> Date: Sun, 6 Jul 2025 14:00:28 +0200 Subject: Claudine/fix normalization and house cleaning (#3843) * remove normalization in glyph filter remove glyph normalization gui/lettering/main_panel, as it breaks the glyph filtering remove some spelling mistake in the comments, correct some comment if a glyph from the svg font file is a non chasing mark (like combining accent, or cedilla) the inkscape label of the corresponding glyph group created by lettering_font_sample was empty or unreadable, make it visible . Same in the line label. and although it is not related correct one glyph in malika font * correct warning in lettering_font_sample do the warnings correctly when there is somethng wrong with the glyph list in the font.json gile * Update lettering_font_sample.py fix a typo --- lib/extensions/lettering_edit_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/extensions') diff --git a/lib/extensions/lettering_edit_json.py b/lib/extensions/lettering_edit_json.py index b86c4fcb..3c5aa3f4 100644 --- a/lib/extensions/lettering_edit_json.py +++ b/lib/extensions/lettering_edit_json.py @@ -16,7 +16,7 @@ from .base import InkstitchExtension class LetteringEditJson(InkstitchExtension): ''' - This extension helps font creators to generate an output of every glyph from a selected font + This extension helps font creators modify the JSON file of a lettering font. ''' def effect(self): layer = Layer() -- cgit v1.2.3