Extents returns the Extents of a font.
(fnt font.Font)
| 19 | |
| 20 | // Extents returns the Extents of a font. |
| 21 | Extents(fnt font.Font) font.Extents |
| 22 | |
| 23 | // Lines splits a given block of text into separate lines. |
| 24 | Lines(txt string) []string |
no outgoing calls