mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
text: doc
This commit is contained in:
parent
b42f417e3b
commit
f64ac89d56
@ -257,7 +257,7 @@ var textM sync.Mutex
|
||||
// lineHeight is the Y offset for line spacing.
|
||||
// clr is the color for text rendering.
|
||||
//
|
||||
// Glyphs used to render are cached in least-recently-used way.
|
||||
// Glyphs used for rendering are cached in least-recently-used way.
|
||||
// It is OK to call this function with a same text and a same face at every frame.
|
||||
//
|
||||
// This function is concurrent-safe.
|
||||
|
Loading…
Reference in New Issue
Block a user