summaryrefslogtreecommitdiff
path: root/lib/gui/lettering
AgeCommit message (Collapse)Author
2025-10-27Lettering: add spacing options (#4020)Kaalleen
2025-07-19Convert to satin internally (3874)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-06-25switch from NFKC to NFC normalization form in the lettering tool (#3828)Claudine Peyrat
* switch from NFKC to NFC * Additional normalization. --------- Co-authored-by: CapellanCitizen <>
2025-06-01Lettering: do not warn about fonts without jsons (#3766)Kaalleen
2025-05-09lettering: options to scolled panel (#3714)Kaalleen
2025-02-13greater lettering memory (#3504)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-02-03Add debug variable to enable sew stack elements (#3476)Kaalleen
2024-12-29lettering: description box size (#3384)Kaalleen
2024-12-29lettering: align text (#3382)Kaalleen
2024-12-29lettering: color sort options (#3381)Kaalleen
2024-12-26End points (#3370)Kaalleen
* end at nearest point to next element (if requested and possible)
2024-12-26use text scale layer also for 100% scaled fonts (#3365)Kaalleen
2024-12-26lettering: add scale info in mm (#3366)Kaalleen
2024-12-19lettering simulator: use more accurate start points (#3358)Kaalleen
2024-12-18lettering: automated size info (#3346)Kaalleen
2024-10-21Add color sort option for multicolor fonts (#3242)Kaalleen
2024-07-20Lettering wrap font description (#3095)Kaalleen
2024-06-25Simulator: make colors visible on background (#3010)Kaalleen
* simulator: color visible on background * add design dimension info to simulator statusbar * update preview when apply font size filter * add info box * preferences: check if stitch_plan is loaded
2024-05-29add help tab to lettering (#2948)Kaalleen