rnd-20030830-1-src
[rocksndiamonds.git] / src / libgame / text.h
index 530a6b2a95772de3d6c9debe5ecbd014e1a8d711..c9c48943b96e9dd33cb635eb74e2d7559468a60b 100644 (file)
 /* font structure definitions */
 
 void InitFontInfo(struct FontBitmapInfo *, int, int (*function)(int));
+void FreeFontInfo(struct FontBitmapInfo *);
 
 int getFontWidth(int);
 int getFontHeight(int);
+int getTextWidth(char *, int);
+
 void getFontCharSource(int, char, Bitmap **, int *, int *);
 
 void DrawInitText(char *, int, int);
@@ -63,5 +66,6 @@ void DrawTextF(int, int, int, char *, ...);
 void DrawTextFCentered(int, int, char *, ...);
 void DrawText(int, int, char *, int);
 void DrawTextExt(DrawBuffer *, int, int, char *, int, int);
+void DrawTextToTextArea(int, int, char *, int, int, int);
 
 #endif /* TEXT_H */