Author Topic: UILabel - How can i make UILabel not .ProcessText() ?  (Read 2188 times)

Melkor

  • Newbie
  • *
  • Thank You
  • -Given: 7
  • -Receive: 0
  • Posts: 9
  • Whats the point of your existence?
    • View Profile
    • Denora Game Studios
UILabel - How can i make UILabel not .ProcessText() ?
« on: November 25, 2014, 10:09:31 AM »
I am writing code to process the texts my way because the language that i am using is right to left and not Unity neither NGUI supports right to left, so all calculations like shrink text and such are calculated by my method, i want to UILabel not to process it and just show it as it is.
None are more hopelessly enslaved than those who falsely believe they are free.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UILabel - How can i make UILabel not .ProcessText() ?
« Reply #1 on: November 26, 2014, 08:17:46 PM »
You'd have to modify NGUI's UILabel for that.