()
| 2699 | } |
| 2700 | |
| 2701 | func (label *Label) LineCount() int { |
| 2702 | if label.RendererResult != nil { |
| 2703 | return len(label.RendererResult.TextLines) |
| 2704 | } |
| 2705 | return 0 |
| 2706 | } |
| 2707 | |
| 2708 | func (label *Label) SetRectangle(rect *sdl.FRect) { |
| 2709 |
no outgoing calls
no test coverage detected