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

Struct Latex

text/latex.go:24–31  ·  view source on GitHub ↗

Latex parses, formats and renders LaTeX.

Source from the content-addressed store, hash-verified

22
23// Latex parses, formats and renders LaTeX.
24type Latex struct {
25 // Fonts is the cache of font faces used by this text handler.
26 Fonts *font.Cache
27
28 // DPI is the dot-per-inch controlling the font resolution used by LaTeX.
29 // If zero, the resolution defaults to 72.
30 DPI float64
31}
32
33var _ Handler = (*Latex)(nil)
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected