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

Method FillString

vg/vg.go:80–80  ·  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

78 // location using the given font.
79 // If the font size is zero, the text is not drawn.
80 FillString(f font.Face, pt Point, text string)
81
82 // DrawImage draws the image, scaled to fit
83 // the destination rectangle.

Callers 7

FillStringMethod · 0.65
ExampleFunction · 0.65
TestConcurrentInitFunction · 0.65
ApplyToMethod · 0.65
drawGlyphMethod · 0.65
DrawMethod · 0.65

Implementers 7

teeCanvasvg/tee.go
Canvasvg/vgeps/vgeps.go
Canvasvg/vgtex/canvas.go
Canvasvg/vgimg/vgimg.go
Canvasvg/vgpdf/vgpdf.go
Canvasvg/recorder/recorder.go
Canvasvg/vgsvg/vgsvg.go

Calls

no outgoing calls

Tested by 3

ExampleFunction · 0.52
TestConcurrentInitFunction · 0.52