diff --git a/text/v2/gotext.go b/text/v2/gotext.go index f26abe7cb..db1b4a8df 100644 --- a/text/v2/gotext.go +++ b/text/v2/gotext.go @@ -48,6 +48,9 @@ type GoTextFace struct { Direction Direction // Size is the font size in pixels. + // + // This package creates glyph images for each size. Thus, gradual change of font size is not efficient. + // If you want to change the font size gradually, draw the text on an offscreen with a larger size and scale it down. Size float64 // Language is a hint for a language (BCP 47).