mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
text: doc
This commit is contained in:
parent
d8d36c58fb
commit
198ffa9ef8
@ -252,7 +252,7 @@ func getGlyphFromCache(face font.Face, r rune, now int64) *glyph {
|
|||||||
|
|
||||||
var textM sync.Mutex
|
var textM sync.Mutex
|
||||||
|
|
||||||
// Draw draws a given text on a give destination image dst.
|
// Draw draws a given text on a given destination image dst.
|
||||||
//
|
//
|
||||||
// face is the font for text rendering.
|
// face is the font for text rendering.
|
||||||
// (x, y) represents a 'dot' position. Be careful that this doesn't represent left-upper corner position.
|
// (x, y) represents a 'dot' position. Be careful that this doesn't represent left-upper corner position.
|
||||||
|
Loading…
Reference in New Issue
Block a user