From 2ae07af710636d5f6b1d03c254de8ab28b6acaf5 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 19 Sep 2024 10:43:13 -0400 Subject: [PATCH] Add little TODO --- typesetter.go | 1 + 1 file changed, 1 insertion(+) diff --git a/typesetter.go b/typesetter.go index a8f360a..e48ddb4 100644 --- a/typesetter.go +++ b/typesetter.go @@ -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