Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: elvess on December 17, 2013, 10:19:56 AM

Title: UILabel different scale
Post by: elvess on December 17, 2013, 10:19:56 AM
Hello. Is there a way to set different size to the UILabel text. For example: UILabel.text = "Hello NGUI".
I need to make "Hello" - size 25 and " NGUI" - size 15.
Thank U
Title: Re: UILabel different scale
Post by: ArenMook on December 17, 2013, 12:29:45 PM
No, there is currently no way to do this with just stock NGUI.
Title: Re: UILabel different scale
Post by: jeldrez on March 17, 2014, 12:40:14 PM
Sorry for the bump, but I'm looking for this too.

My workaround is using 2 labels with left alignment and changing right label pos depending left lenght.