SetFontSize sets the size of the image label font size
(size float64)
| 168 | |
| 169 | // SetFontSize sets the size of the image label font size |
| 170 | func (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 |
| 176 | func (il *ImageLabel) CopyFields(other *ImageLabel) { |