GUI: Disable BDF font scaling until it is fixed

This commit is contained in:
Eugene Sandulenko 2023-07-05 13:45:03 +02:00
parent 0f7ee148ea
commit 0ccbcddb57
No known key found for this signature in database
GPG key ID: 014D387312D34F08

View file

@ -1780,7 +1780,7 @@ const Graphics::Font *ThemeEngine::loadFont(const Common::String &filename, cons
if (!font && allowNonScalable) {
font = loadFont(filename, fontName);
font = Graphics::BdfFont::scaleFont((const Graphics::BdfFont *)font, pointsize);
//font = Graphics::BdfFont::scaleFont((const Graphics::BdfFont *)font, pointsize);
}
// If the font is successfully loaded store it in the font manager.