[Scummvm-cvs-logs] CVS: scummvm/graphics newfont_big.cpp,1.8,1.9

Eugene Sandulenko sev at users.sourceforge.net
Mon Jan 30 19:26:03 CET 2006


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

Modified Files:
	newfont_big.cpp 
Log Message:
Oops again. Don't beat me hard for plugging in 8800+ glyphs font instead
of 130-glyphs one :)


Index: newfont_big.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/newfont_big.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- newfont_big.cpp	31 Jan 2006 03:15:06 -0000	1.8
+++ newfont_big.cpp	31 Jan 2006 03:25:03 -0000	1.9
@@ -1,17 +1,17 @@
-/* Generated by convbdf on Tue Jan 31 04:56:53 2006. */
+/* Generated by convbdf on Tue Jan 31 05:24:46 2006. */
 #include "common/stdafx.h"
 #include "graphics/font.h"
 
 /* Font information:
    name: helvB12
    facename: -Adobe-Helvetica-Bold-R-Normal--12-120-75-75-P-70-ISO10646-1
-   w x h: 17x14
-   size: 8818
+   w x h: 12x14
[...40069 lines suppressed...]
 
 /* Exported structure definition. */
 static const FontDesc desc = {
 	"helvB12",
-	17,
+	12,
 	14,
 	11,
-	0,
-	8818,
+	32,
+	129,
 	_font_bits,
 	_sysfont_offset,
 	_sysfont_width,
-	0,
+	32,
 	sizeof(_font_bits)/sizeof(bitmap_t)
 };
 





More information about the Scummvm-git-logs mailing list