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

Method FillString

vg/tee.go:115–119  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

113// location using the given font.
114// If the font size is zero, the text is not drawn.
115func (tee teeCanvas) FillString(f font.Face, pt Point, text string) {
116 for _, c := range tee.cs {
117 c.FillString(f, pt, text)
118 }
119}
120
121// DrawImage draws the image, scaled to fit
122// the destination rectangle.

Callers

nothing calls this directly

Calls 1

FillStringMethod · 0.65

Tested by

no test coverage detected