diff --git a/source/shared_lib/sources/graphics/font.cpp b/source/shared_lib/sources/graphics/font.cpp index 6caffb48..a0da3d21 100644 --- a/source/shared_lib/sources/graphics/font.cpp +++ b/source/shared_lib/sources/graphics/font.cpp @@ -154,6 +154,9 @@ Font::Font(FontTextHandlerType type) { if(Font::forceLegacyFonts == false) { try { + TextFTGL::faceResolution = Font::faceResolution; + TextFTGL::langHeightText = Font::langHeightText; + textHandler = NULL; textHandler = new TextFTGL(type); TextFTGL::faceResolution = Font::faceResolution;