MCPcopy Create free account
hub / github.com/andlabs/ui / Free

Method Free

drawtext.go:503–505  ·  view source on GitHub ↗

Free frees tl. The underlying AttributedString is not freed.

()

Source from the content-addressed store, hash-verified

501
502// Free frees tl. The underlying AttributedString is not freed.
503func (tl *DrawTextLayout) Free() {
504 C.uiDrawFreeTextLayout(tl.tl)
505}
506
507// Text draws tl in c with the top-left point of tl at (x, y).
508func (c *DrawContext) Text(tl *DrawTextLayout, x, y float64) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected