feathersui-starling
feathersui-starling copied to clipboard
Scale button label, if text doesn't fit, instead truncation
Possible? How?
The built-in text renderers don't have this feature. You could try implementing a custom text renderer based on starling.text.TextField.
thanks