[Scummvm-cvs-logs] CVS: scummvm/graphics newfont_big.cpp,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Sun May 15 11:24:35 CEST 2005


Update of /cvsroot/scummvm/scummvm/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4428

Modified Files:
	newfont_big.cpp 
Log Message:
Now that the GUI scaling code is off, we can use a 'big' font which is not exactly twice as big as the 'normal' font, thus using the available screen space more efficiently

Index: newfont_big.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/newfont_big.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- newfont_big.cpp	25 Mar 2005 14:58:18 -0000	1.2
+++ newfont_big.cpp	15 May 2005 18:23:58 -0000	1.3
@@ -1,19 +1,19 @@
-/* Generated by convbdf on Thu Jan  6 23:04:08 2005. */
+/* Generated by convbdf on Sun May 15 19:05:47 2005. */
 #include "common/stdafx.h"
 #include "graphics/font.h"
 
 /* Font information:
-   name: win_crox3c
-   facename: -Cronyx-Courier-Medium-R-Normal--12-120-75-75-M-70-RAWIN-R
-   w x h: 12x20
-   size: 129
-   ascent: 16
[...10275 lines suppressed...]
 
 /* Exported structure definition. */
 static const FontDesc desc = {
-	"win_crox3c",
+	"xtal-14",
 	12,
-	20,
-	16,
+	14,
+	11,
 	32,
-	129,
+	224,
 	_font_bits,
 	_sysfont_offset,
-	0,  /* fixed width*/
+	_sysfont_width,
 	32,
 	sizeof(_font_bits)/sizeof(bitmap_t)
 };





More information about the Scummvm-git-logs mailing list