SFML community forums

Help => Graphics => Topic started by: replicant on November 01, 2011, 10:38:23 pm

Title: Weird sf::Font scaling artifacts
Post by: replicant on November 01, 2011, 10:38:23 pm
When I scale my font I get these weird artifacts.

(http://iforce.co.nz/i/qdunpuzw.wlx.png)

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
Title: Weird sf::Font scaling artifacts
Post by: Haikarainen on November 02, 2011, 06:16:49 am
Do you have to scale them or can you use SetCharacterSize instead?
Title: Weird sf::Font scaling artifacts
Post by: replicant 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.