MCPcopy Index your code
hub / github.com/gonum/plot / Cache

Method Cache

text/text.go:18–18  ·  view source on GitHub ↗

Cache returns the cache of fonts used by the text handler.

()

Source from the content-addressed store, hash-verified

16type 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

Callers 2

ExampleFunction · 0.65

Implementers 2

Latextext/latex.go
Plaintext/plain.go

Calls

no outgoing calls

Tested by 2

ExampleFunction · 0.52