summaryrefslogtreecommitdiff
path: root/sys/src/cmd/truetypefs.c
AgeCommit message (Collapse)Author
2023-03-28truetypefs: fall back instead of crashing when could not get a glyphSigrid Solveig Haflínudóttir
2018-10-12truetypefs: fall back to width if advance is zeromischief
combining marks will have zero advance, but it results in zero-width glyphs in subfonts. fall back to width so something meaningful is rendered even if its not combined properly.
2018-10-12truetypefs: fix subfont indices (thanks aiju!)mischief
2018-10-12truetypefs: use /lib/font/ttf as default font pathmischief
2018-10-07add (unfinished but working) truetypefsaiju