summaryrefslogtreecommitdiff
path: root/src/font/Glyph.zig
AgeCommit message (Collapse)Author
2025-07-06font: remove unused fields from GlyphQwerasd
We can reintroduce `advance` if we ever want to do proportional string drawing, but we don't use it anywhere right now. And we also don't need `sprite` anymore since that was just there to disable constraints for sprites back when we did them on the GPU.
2025-06-30font/sprite+renderer: never constrain sprite glyphsQwerasd
This was creating problems with the branch drawing glyphs at some sizes. In the future the whole "foreground modes" thing needs to be reworked, so this is just a stopgap until that gets turned in to something nicer.
2022-06-28move towards font family management to prep for bold/italicMitchell Hashimoto