Author Topic: How can I set line space on label  (Read 3168 times)

bitwise

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 6
    • View Profile
How can I set line space on label
« on: November 13, 2013, 06:40:54 AM »
Previous, I have several UIFont prefabs each has different line space. (Normal Font -> spacing 0,0, Normal Font (Multiline) -> spacing 0,8)
I cannot found something on label equivalent of spacing on font (NGUI 3.0.5)

How can I set line space on multi-line label?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How can I set line space on label
« Reply #1 on: November 13, 2013, 08:00:07 PM »
I've added spacing to labels themselves, so the current version that Pro users have access to lets you choose character spacing on a per-label basis. If you don't have Pro, you will find it there in the next update.

bitwise

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 6
    • View Profile
Re: How can I set line space on label
« Reply #2 on: November 13, 2013, 11:18:03 PM »
Thank you! ;)