How can I catch the fontSize change event?
I am writing a skin for a TextInp开发者_JAVA百科ut
control, and I want it to change when the fontSize
style changes dynamically. I see this is done in the default TextInputSkin
but couldn't decipher the behavior form the code.
How is this done?
thanks,
override fontSize
setter, and dispatch a CHANGE event there.
精彩评论