ebiten/text
Hajime Hoshi 6f4cb04ebb
text: make CacheGlyphs create all the sub-pixel variations (#2530)
Before this change, CacheGlyphs created only necessary glyphs wihtout
considering variations by sub-pixels in X direction. This was sometimes
unexpected when a user might want to prepare glyph cache with a string
including all the letters, instead of actual texts.

This change makes CacheGlyphs create all the sub-pixel variations of
the given runes.

Updates #2469
Closes #2528
2023-01-07 23:22:55 +09:00
..
advance.go text: Cache GlyphAdvance result 2018-02-18 21:38:48 +09:00
text_test.go Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
text.go text: make CacheGlyphs create all the sub-pixel variations (#2530) 2023-01-07 23:22:55 +09:00