Hello Guest

Author Topic: tk2dFont Jaggies?  (Read 3628 times)

dustinbahr

  • 2D Toolkit
  • Jr. Member
  • *
  • Posts: 76
    • View Profile
tk2dFont Jaggies?
« on: December 06, 2012, 05:25:34 pm »
I've been trying to find a solution to this for some time, but is there any setting or reason why my imported bitmap fonts with tk2dFont have very bad aliasing (jaggies)? It is really distracting and noticeable in my project.

I'm using glyphDesigner and tk2dCamera.

Here's what it looks like, especially noticeable on the smaller text.


unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: tk2dFont Jaggies?
« Reply #1 on: December 06, 2012, 06:27:57 pm »
Are you scaling the text down (i.e. not displaying at native resolution)? If so - and you have no mipmaps - jaggies / shimmering is inevitable. With mipmaps, you might end up with weird errors.

You'll do much better by creating a second much smaller font for the small text. It won't take much more space.