SFML community forums
Help => Graphics => Topic started by: Jungletoe on August 15, 2012, 01:44:29 am
-
The text above my sprites (or any small text around size 8 for that matter...) appears really blurred. I looked around and found this (http://en.sfml-dev.org/forums/index.php?topic=5346.msg35391#msg35391) fix for 1.6, but couldn't find anything for 2.0 now that font.getImage() was removed. How do I set texts and fonts to not be smooth?
(http://24.media.tumblr.com/tumblr_m8rkytQ7Jy1qmy0coo1_1280.png)
-
Gah, I fixed it by scaling.
I thought it wasn't supposed to work that way? Laurent said that it shouldn't work that way here (http://en.sfml-dev.org/forums/index.php?topic=7153.msg47213#msg47213).
-
Also keep in mind this issue (https://github.com/SFML/SFML/issues/228). ;)
-
I thought it wasn't supposed to work that way?
Do you activate antialiasing?
Can you show a complete and minimal example that reproduces the problem, as well as the solution?