summaryrefslogtreecommitdiff
path: root/lib/gui/lettering_font_sample.py
AgeCommit message (Collapse)Author
2025-07-19Claudine/fill composed glyphs layers (#3870)Claudine Peyrat
* combining glyphs are guessed * attribute letter seems ok now * Update option_panel.py should not have been modified * second round * step3 * add sorting whole file by categories * style * Update tags.py remove an unuseful tag * fixing mistakes pointed out by Kaaleen thank you Kaalleen
2025-07-06Claudine/fix normalization and house cleaning (#3843)Claudine Peyrat
* 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
2025-04-26Claudine/fix font sample (#3684)Claudine Peyrat
* twist monicha * Update lettering_font_sample.py * better use default value * and leave Monicha alone in this branch * ensure command and marker symbols --------- Co-authored-by: Kaalleen <reni@allenka.de>
2025-02-13fix a bug in lettering extensions when the last_font can't be found (#3508)Kaalleen
2025-02-11lettering tools: remember last font (#3498)Kaalleen
2025-02-05Lettering typographic features (#3466)Kaalleen
* add svg font to layers extension which saves glyph annotations into the glyph name --------- Co-authored-by: Claudine
2025-01-06remove glyphlist also from comments (#3408)Kaalleen
2024-10-24Fix font sample gui (#3251)Kaalleen
2024-10-21Add color sort option for multicolor fonts (#3242)Kaalleen
2024-05-11Several fixes (#2893)Kaalleen
* fix untranslatable string in tartan code panel * warn about duplicated glyphs in font file * font sampling: change default line length * prevent element_id referenced before assignment
2024-05-07Sample correct font variant (#2883)Kaalleen
2024-05-02fix font sampling (#2878)Kaalleen
2024-04-30add outdated glyphlist warning (#2862)Kaalleen
2024-04-27Font sampling extension (#2858)Kaalleen