MCPcopy
hub / github.com/g3n/engine / Text

Method Text

gui/edit.go:92–95  ·  view source on GitHub ↗

Text returns the current edited text

()

Source from the content-addressed store, hash-verified

90
91// Text returns the current edited text
92func (ed *Edit) Text() string {
93
94 return ed.text
95}
96
97// SetFontSize sets label font size (overrides Label.SetFontSize)
98func (ed *Edit) SetFontSize(size float64) *Edit {

Callers 3

parseFunction · 0.45
recalcMethod · 0.45
recalcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected