Author Topic: UiLabel lineWidth affecting relativeSize  (Read 2036 times)

hvilela

  • Guest
UiLabel lineWidth affecting relativeSize
« on: October 11, 2012, 01:28:49 AM »
I'm using the relativeSize multiplied by the localScale of my UILabel to identify his size in pixels. It works very well unless I see the lineWidth.

It's a know bug or could I be doing something wrong?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UiLabel lineWidth affecting relativeSize
« Reply #1 on: October 11, 2012, 04:22:48 AM »
Intentional. Setting line width makes the label be that many pixels in length or less, and never more. Why is this causing an issue for you?