MCPcopy Create free account
hub / github.com/SolarLune/masterplan / TextSize

Method TextSize

gui.go:2548–2550  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2546}
2547
2548func (label *Label) TextSize() Vector {
2549 return globals.TextRenderer.MeasureText(label.Text, 1)
2550}
2551
2552func (label *Label) SelectedChars() []rune {
2553 start, end := label.Selection.ContiguousRange()

Callers 3

UpdateMethod · 0.80
DrawMethod · 0.80
updateMaxLabelSizesMethod · 0.80

Calls 1

MeasureTextMethod · 0.80

Tested by

no test coverage detected