Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Problem with sf::Font  (Read 1750 times)

0 Members and 1 Guest are viewing this topic.

PhoenixFFX

  • Newbie
  • *
  • Posts: 4
    • View Profile
Problem with sf::Font
« on: February 13, 2011, 07:13:12 am »
Hello,

I'm having a problem when I take an sf::Font and set it at low size.
The font is all smoothed out in an ugly way. (Which is btw, a pixel-art font)
I tried different fonts, same problem.
Is there a sf::Font.SetSmooth function ? Because I can't seem to find one on the doc.

Thank you.

ActionBoy

  • Newbie
  • *
  • Posts: 36
    • View Profile
Problem with sf::Font
« Reply #1 on: February 13, 2011, 09:51:09 am »
I have found it works better if you only sizes 4, 8, 12, 16, 32 and such.

 

anything