summaryrefslogtreecommitdiff
path: root/lib/lettering/font_info.py
AgeCommit message (Collapse)Author
2025-08-03"Add" overwrites presets (#3896)Kaalleen
* style * param presets: to not overwrite on add when name exists
2025-07-27Update lettering_svg_font_to_layers.py (#3883)Claudine Peyrat
* Update lettering_svg_font_to_layers.py when we get a glyph from the Private Unicode Area, the entry point has no meaning, but hopefully we can get some good information from the glyph_name * Update font_info.py kerning information must be associated to the right nanme glyph layer in case of PUA letters * remove commented code
2025-03-09Mypy type correctness (#3199)capellancitizen
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
2024-05-06font-info: int -> float (#2853)Kaalleen
2023-07-12Lettering: add glyph filter (#2400)Kaalleen
Co-authored-by: claudinepeyrat06