rnd-20020914-1-src
[rocksndiamonds.git] / src / libgame / text.h
index f7f4ddb32bab9c90b618ebdd3c821763910ce929..cd2f04d57609059203eaf206606911b75c95e578 100644 (file)
@@ -1,7 +1,7 @@
 /***********************************************************
 * Artsoft Retro-Game Library                               *
 *----------------------------------------------------------*
-* (c) 1994-2001 Artsoft Entertainment                      *
+* (c) 1994-2002 Artsoft Entertainment                      *
 *               Holger Schemel                             *
 *               Detmolder Strasse 189                      *
 *               33604 Bielefeld                            *
@@ -21,6 +21,7 @@
 #define FS_SMALL               0
 #define FS_BIG                 1
 #define FS_MEDIUM              2
+#define FS_TILE                        3
 
 /* font colors */
 #define FC_RED                 0
@@ -58,10 +59,11 @@ struct FontInfo
   Bitmap *bitmap_big;
   Bitmap *bitmap_medium;
   Bitmap *bitmap_small;
+  Bitmap *bitmap_tile;
 };
 
 
-void InitFontInfo(Bitmap *, Bitmap *, Bitmap *);
+void InitFontInfo(Bitmap *, Bitmap *, Bitmap *, Bitmap *);
 int getFontWidth(int, int);
 int getFontHeight(int, int);
 void DrawInitText(char *, int, int);