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

Method FillText

vg/draw/canvas.go:631–633  ·  view source on GitHub ↗

FillText fills lines of text in the draw area. pt specifies the location where the text is to be drawn.

(sty TextStyle, pt vg.Point, txt string)

Source from the content-addressed store, hash-verified

629// FillText fills lines of text in the draw area.
630// pt specifies the location where the text is to be drawn.
631func (c *Canvas) FillText(sty TextStyle, pt vg.Point, txt string) {
632 sty.Handler.Draw(c, txt, sty, pt)
633}

Callers 6

DrawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
DrawMethod · 0.80
PlotMethod · 0.80
PlotMethod · 0.80

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 1

DrawMethod · 0.65

Tested by

no test coverage detected