rnd-20030403-3-src
[rocksndiamonds.git] / src / libgame / text.h
index d5a12ecd8f608131c32ba85792703c62df6a351e..39e9b2f2c6fefed708fdef0d3d99feefa2bcb084 100644 (file)
@@ -32,9 +32,6 @@
 #define FONT_CHARS_PER_LINE    16
 #define FONT_LINES_PER_FONT    4
 
-#define FONT_OPAQUE            0
-#define FONT_MASKED            1
-
 /* text output definitions */
 #define MAX_OUTPUT_LINESIZE    1024
 
@@ -44,6 +41,8 @@ void InitFontInfo(struct FontBitmapInfo *, int,
                  int (*select_font_function)(int));
 int getFontWidth(int);
 int getFontHeight(int);
+boolean getFontChar(int, char, int *, int *);
+
 void DrawInitText(char *, int, int);
 void DrawTextF(int, int, int, char *, ...);
 void DrawTextFCentered(int, int, char *, ...);