I use the sf::String class to show text on the screen, and it looks okay at small sizes, but if I make the text 96pt, the it appears really blurry. I did SetSmooth(false) on the sf::Font object, but the it appears blurry and pixel-y! Is there any way to have large, clean-looking text in SFML 1.6?