rnd-20060420-1-src
[rocksndiamonds.git] / src / libgame / text.h
index 10c91d242c21837ee49487f50e520c0a2dc37d32..7c331d572a89d3eb45ea2ee87e0445286cb37ee4 100644 (file)
@@ -55,6 +55,8 @@
 void InitFontInfo(struct FontBitmapInfo *, int, int (*function)(int));
 void FreeFontInfo(struct FontBitmapInfo *);
 
+struct FontBitmapInfo *getFontBitmapInfo(int);
+
 int getFontWidth(int);
 int getFontHeight(int);
 int getTextWidth(char *, int);
@@ -71,5 +73,6 @@ void DrawTextExt(DrawBuffer *, int, int, char *, int, int);
 void DrawTextToTextArea(int, int, char *, int, int, int, int, int);
 boolean RenderLineToBuffer(char **, char *, int *, boolean, int);
 void DrawTextWrapped(int, int, char *, int, int, int);
+int DrawTextFromFile(int, int, char *, int, int, int);
 
 #endif /* TEXT_H */