Author Topic: Why are dynamic fonts limited to a size of 144 in UILabels  (Read 1740 times)

Multiplayer

  • Guest
Why are dynamic fonts limited to a size of 144 in UILabels
« on: November 16, 2013, 01:20:18 PM »
Hi

I just upgraded to version 3.05 and tried out the new dynamic font option in UILabels. I'm pretty sure I love those. But their maximum size is limited to 144, which is not always enough for me.
It is easy enough to replace the two occurrences of 144 in the UILabel script with bigger values, and it works. But I was wondering; maybe there is a good reason for the limit. So can I change it without regret later on, or is it a trap?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Why are dynamic fonts limited to a size of 144 in UILabels
« Reply #1 on: November 16, 2013, 06:13:35 PM »
Only reason is just sanity ("who would ever want font size greater than 144!?", I thought!). You are welcome to change that line :)

Multiplayer

  • Guest
Re: Why are dynamic fonts limited to a size of 144 in UILabels
« Reply #2 on: November 17, 2013, 02:37:53 AM »
OK, thank you.