Author Topic: 128pt dynamic font limit  (Read 3283 times)

dlewis

  • Guest
128pt dynamic font limit
« on: May 14, 2013, 11:19:21 PM »
How come you decided to limit the dynamic font size to 128?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: 128pt dynamic font limit
« Reply #1 on: May 15, 2013, 01:26:38 AM »
For sanity's sake, pretty much. 128 size glyphs are pretty massive.

eucryptic

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 27
    • View Profile
Re: 128pt dynamic font limit
« Reply #2 on: October 14, 2013, 08:43:18 PM »
This is a huge showstopping bug for us.

We're using fonts on a 3d camera, and 128px really isn't big enough.
I'm trying to create a font around 160px.
It's for a large display with few characters.

Could you remove this limitation please?

dlewis

  • Guest
Re: 128pt dynamic font limit
« Reply #3 on: October 14, 2013, 08:44:35 PM »
You can always change it locally. It's a 1 line thing.

Yay source code!

mishaps

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 65
    • View Profile
Re: 128pt dynamic font limit
« Reply #4 on: October 14, 2013, 09:30:28 PM »
You can always change it locally. It's a 1 line thing.

Yay source code!

cool! where's that line in ngui?

dlewis

  • Guest
Re: 128pt dynamic font limit
« Reply #5 on: October 14, 2013, 09:33:43 PM »
UIFont line 502. It's easy enough to do a search for 128 and see what comes up (That's all I did).

mishaps

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 65
    • View Profile
Re: 128pt dynamic font limit
« Reply #6 on: October 14, 2013, 10:41:04 PM »
good thinking! thanks for the line num anyways!  8)