Cache returns the cache of fonts used by the text handler.
()
| 16 | type Handler interface { |
| 17 | // Cache returns the cache of fonts used by the text handler. |
| 18 | Cache() *font.Cache |
| 19 | |
| 20 | // Extents returns the Extents of a font. |
| 21 | Extents(fnt font.Font) font.Extents |
no outgoing calls