abouttreesummaryrefslogcommitdiff
path: root/srcs/special_font/build.pe
AgeCommit message (Collapse)AuthorFilesLines
2022-03-18Add glyphs for accent keysJules Aguillon1-0/+1
The "dotted circle" character combined with the accent was badly rendered on many devices.
2022-03-18Build all special glyphs from SVGJules Aguillon1-5/+3
Recover the provenance of each glyphs and remove the base_font.ttf file.
2022-03-17Stateless build of the special font fileJules Aguillon1-0/+15
Keep the glyphs in SVG format and build the font using a FontForge script. A part of the previous font is kept because the sources is lost. This adds a new dependency to the build system, fontforge.