GUI: Disable BDF font scaling until it is fixed
This commit is contained in:
parent
0f7ee148ea
commit
0ccbcddb57
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue