Right now I have a sf::RenderWindow at resolution (800, 600). I load a font and render it with a sf::View with size (200, 150) (upscaled three times). Now, I want the font to look pixelized, but instead it's all blurred:
Is there any way to disable this blurring globally for all textures and fonts?
Thanks in advance.