MCPcopy Index your code
hub / github.com/g3n/engine / SetFontSize

Method SetFontSize

gui/imagelabel.go:170–173  ·  view source on GitHub ↗

SetFontSize sets the size of the image label font size

(size float64)

Source from the content-addressed store, hash-verified

168
169// SetFontSize sets the size of the image label font size
170func (il *ImageLabel) SetFontSize(size float64) {
171
172 il.label.SetFontSize(size)
173}
174
175// CopyFields copies another image label icon/image and text to this one
176func (il *ImageLabel) CopyFields(other *ImageLabel) {

Callers 1

SetIconMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected