mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +01:00
text: Fix comments
This commit is contained in:
parent
656d9dccc0
commit
6efe7cbb8b
@ -209,7 +209,7 @@ func Draw(dst *ebiten.Image, text string, face font.Face, x, y int, clr color.Co
|
||||
// As the cache capacity has limit, it is not guaranteed that all the glyphs for runes given at DrawWithOptions are cached.
|
||||
// The cache is shared with CacheGlyphs.
|
||||
//
|
||||
// It is OK to call Draw with a same text and a same face at every frame in terms of performance.
|
||||
// It is OK to call DrawWithOptions with a same text and a same face at every frame in terms of performance.
|
||||
//
|
||||
// Draw/DrawWithOptions and CacheGlyphs are implemented like this:
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user