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