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

Author Topic: Weird sf::Font scaling artifacts  (Read 1590 times)

0 Members and 1 Guest are viewing this topic.

replicant

  • Newbie
  • *
  • Posts: 18
    • View Profile
Weird sf::Font scaling artifacts
« on: November 01, 2011, 10:38:23 pm »
When I scale my font I get these weird artifacts.



Any idea what is causing this? is it a bug with SFML? ways to avoid?

SFML-2.0-512a7c6
Windows 7 64b
ATI Radeon HD 4850

Haikarainen

  • Guest
Weird sf::Font scaling artifacts
« Reply #1 on: November 02, 2011, 06:16:49 am »
Do you have to scale them or can you use SetCharacterSize instead?

replicant

  • Newbie
  • *
  • Posts: 18
    • View Profile
Weird sf::Font scaling artifacts
« Reply #2 on: November 02, 2011, 06:58:29 am »
Quote from: "Haikarainen"
Do you have to scale them or can you use SetCharacterSize instead?


Unfortunately I have to scale them.