mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 21:21:05 +00:00
A quick hack to let PSP gui use bigger fonts. Proper solution is to add
possibility to specify font for each widget class svn-id: r22770
This commit is contained in:
parent
2ce9edd7f7
commit
a46fe65378
@ -1427,7 +1427,7 @@ void ThemeNew::setupFont(String key, String name, kFontStyle style) {
|
||||
}
|
||||
|
||||
void ThemeNew::setupFonts() {
|
||||
if (_screen.w >= 400 && _screen.h >= 300) {
|
||||
if (_screen.w >= 400 && _screen.h >= 270) {
|
||||
setupFont("fontfile_bold", FONT_NAME_BOLD, kFontStyleBold);
|
||||
setupFont("fontfile_normal", FONT_NAME_NORMAL, kFontStyleNormal);
|
||||
setupFont("fontfile_italic", FONT_NAME_ITALIC, kFontStyleItalic);
|
||||
|
Loading…
x
Reference in New Issue
Block a user