mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-12 22:17:26 +01:00
6f4cb04ebb
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 |
||
---|---|---|
.. | ||
advance.go | ||
text_test.go | ||
text.go |