text: doc

This commit is contained in:
Hajime Hoshi 2017-07-17 02:15:00 +09:00
parent b42f417e3b
commit f64ac89d56

View File

@ -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.