Author Topic: UILabel different scale  (Read 4937 times)

elvess

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 44
    • View Profile
UILabel different scale
« 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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UILabel different scale
« Reply #1 on: December 17, 2013, 12:29:45 PM »
No, there is currently no way to do this with just stock NGUI.

jeldrez

  • Sr. Member
  • ****
  • Thank You
  • -Given: 8
  • -Receive: 4
  • Posts: 352
    • View Profile
Re: UILabel different scale
« Reply #2 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.