From ade8cb87717bf42b0ab732ef649e460e8c7b725e Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Tue, 26 Apr 2011 18:56:56 +0200 Subject: [PATCH] Restored smoothing on fonts --- src/SFML/Graphics/Font.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SFML/Graphics/Font.cpp b/src/SFML/Graphics/Font.cpp index 4ecba2bc..2237ff28 100644 --- a/src/SFML/Graphics/Font.cpp +++ b/src/SFML/Graphics/Font.cpp @@ -512,6 +512,7 @@ NextRow(2) { // Make sure that the texture is initialized by default Texture.Create(128, 128, Color(255, 255, 255, 0)); + Texture.SetSmooth(true); // Reserve a 2x2 white square for texturing underlines for (int x = 0; x < 2; ++x)