Commit Graph

4 Commits

Author SHA1 Message Date
Hajime Hoshi
2432888b9f text/v2: fix test 2023-11-21 14:32:30 +09:00
Hajime Hoshi
36fc5b0266 test/v2: add a test for an unhashable font.Face
Updates #2454
Closes #2669
2023-11-20 23:18:59 +09:00
Hajime Hoshi
d2d86fbddd text/v2: add tests
Updates #2454
2023-11-19 17:43:44 +09:00
Hajime Hoshi
2b46a77e39 text/v2: replace Rune and IndexInBytes with Start/EndIndexInBytes in Glyph
The relationships between runes and glyphs are n:m in general,
then Rune is not enough. Let Glyph have a range of a string.

Updates #2454
2023-11-14 01:38:45 +09:00