[Scummvm-cvs-logs] CVS: scummvm/graphics newfont_big.cpp,NONE,1.1 newfont.cpp,1.4,1.5

Max Horn fingolfin at users.sourceforge.net
Thu Jan 6 14:40:06 CET 2005


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

Modified Files:
	newfont.cpp 
Added Files:
	newfont_big.cpp 
Log Message:
New normal/big fonts

--- NEW FILE: newfont_big.cpp ---
/* Generated by convbdf on Thu Jan  6 23:04:08 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
   descent: 4
   first char: 32 (0x20)
   last char: 160 (0xa0)
   default char: 32 (0x20)
   proportional: no
   Copyright (C) 1990, 1991 EWT Consulting, Portions Copyright (C) 1994 Cronyx Ltd.
*/

namespace Graphics {
[...4552 lines suppressed...]
};

/* Exported structure definition. */
static const FontDesc desc = {
	"win_crox3c",
	12,
	20,
	16,
	32,
	129,
	_font_bits,
	_sysfont_offset,
	0,  /* fixed width*/
	32,
	sizeof(_font_bits)/sizeof(bitmap_t)
};

extern const NewFont g_sysfont_big(desc);

} // End of namespace Graphics

Index: newfont.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/newfont.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- newfont.cpp	6 Jan 2005 21:15:51 -0000	1.4
+++ newfont.cpp	6 Jan 2005 22:38:58 -0000	1.5
@@ -1,19 +1,19 @@
-/* Generated by convbdf on Sun Aug 15 15:59:36 2004. */
+/* Generated by convbdf on Thu Jan  6 23:04:08 2005. */
 #include "common/stdafx.h"
 #include "graphics/font.h"
 
 /* Font information:
-   name: 04b-16b-10
-   facename: 04b-16b-10
-   w x h: 9x10
-   size: 94
+   name: win_crox0c
[...4295 lines suppressed...]
 static const FontDesc desc = {
-	"04b-16b-10",
-	9,
+	"win_crox0c",
+	6,
 	10,
 	8,
-	33,
-	94,
+	32,
+	96,
 	_font_bits,
 	0,  /* no encode table*/
-	_sysfont_width,
-	33,
+	0,  /* fixed width*/
+	32,
 	sizeof(_font_bits)/sizeof(bitmap_t)
 };
 





More information about the Scummvm-git-logs mailing list