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

Method LineCount

gui.go:2701–2706  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected