MCPcopy Create free account
hub / github.com/tdewolff/canvas / RenderAsPath

Method RenderAsPath

text.go:1233–1236  ·  view source on GitHub ↗
(r Renderer, m Matrix, resolution Resolution)

Source from the content-addressed store, hash-verified

1231}
1232
1233func (t *Text) RenderAsPath(r Renderer, m Matrix, resolution Resolution) {
1234 fmt.Println("DEPRECATED: use Text.RenderTo instead of Text.RenderAsPath")
1235 t.RenderTo(r, m, resolution)
1236}
1237
1238func (t *Text) RenderDecorationsTo(r Renderer, m Matrix, resolution Resolution) {
1239 for index := range t.lines {

Callers

nothing calls this directly

Calls 1

RenderToMethod · 0.95

Tested by

no test coverage detected