FillString fills in text at the specified location using the given font. If the font size is zero, the text is not drawn.
(f font.Face, pt Point, text string)
| 78 | // location using the given font. |
| 79 | // If the font size is zero, the text is not drawn. |
| 80 | FillString(f font.Face, pt Point, text string) |
| 81 | |
| 82 | // DrawImage draws the image, scaled to fit |
| 83 | // the destination rectangle. |
no outgoing calls