Add little TODO

This commit is contained in:
Sasha Koshka 2024-09-19 10:43:13 -04:00
parent ce21b34f86
commit 2ae07af710

View File

@ -47,6 +47,7 @@ func (tok token) String () string {
tok.position.X, tok.position.Y, tok.width)
}
// TODO: perhaps rename this to just "glyph"
type runeLayout struct {
x fixed.Int26_6
run rune