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:
Eugene Sandulenko 2006-05-30 12:29:32 +00:00
parent 2ce9edd7f7
commit a46fe65378

View File

@ -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);