1
NGUI 3 Support / Re: Unify dynamic font size
« on: April 04, 2014, 10:36:43 AM »
I have found an hacky workaround while reading the source of UILabel:
I just made mPrintedSize public in order to get "true" font size.
And I have made some modification in ProcessText also in order to have good line skrinking without having text to resize
Duke
I just made mPrintedSize public in order to get "true" font size.
And I have made some modification in ProcessText also in order to have good line skrinking without having text to resize
Duke

