[Scummvm-cvs-logs] SF.net SVN: scummvm: [22770] scummvm/trunk/gui/ThemeNew.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Tue May 30 05:31:01 CEST 2006


Revision: 22770
Author:   sev
Date:     2006-05-30 05:29:32 -0700 (Tue, 30 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22770&view=rev

Log Message:
-----------
A quick hack to let PSP gui use bigger fonts. Proper solution is to add
possibility to specify font for each widget class

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeNew.cpp
Modified: scummvm/trunk/gui/ThemeNew.cpp
===================================================================
--- scummvm/trunk/gui/ThemeNew.cpp	2006-05-30 12:13:34 UTC (rev 22769)
+++ scummvm/trunk/gui/ThemeNew.cpp	2006-05-30 12:29:32 UTC (rev 22770)
@@ -1427,7 +1427,7 @@
 }
 
 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);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list