Author Topic: Recommended font sizes  (Read 10701 times)

johns

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 16
    • View Profile
Recommended font sizes
« on: May 20, 2014, 10:37:36 AM »
I'm creating bitmap fonts using the bitmap maker. Is it necessary to have a different font made for every possible font size that I'm going to have within my UI? Or can I make a larger font (size 50) and use it in all of my labels? Will there be any disadvantages in having a single larger font?

Thanks!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Recommended font sizes
« Reply #1 on: May 20, 2014, 02:28:16 PM »
When you shrink a large font down to a smaller size in a label, the visual look of it will be inferior to that of a font that's using the pixel-appropriate size. How noticeable this is depends on the font itself. I'd say try it -- if it looks good enough, stick to it.