| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-06 | font: remove unused fields from Glyph | Qwerasd | |
| 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-30 | font/sprite+renderer: never constrain sprite glyphs | Qwerasd | |
| 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-28 | move towards font family management to prep for bold/italic | Mitchell Hashimoto | |
