summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 2d49a1a6..239fae51 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -90,6 +90,11 @@ void drawRange_Text (int fontId, iInt2 pos, int color, iRangecc text);
90 90
91SDL_Texture * glyphCache_Text (void); 91SDL_Texture * glyphCache_Text (void);
92 92
93enum iTextBlockMode { quadrants_TextBlockMode, shading_TextBlockMode };
94
95iString * renderBlockChars_Text (const iBlock *fontData, int height, enum iTextBlockMode,
96 const iString *text);
97
93/*-----------------------------------------------------------------------------------------------*/ 98/*-----------------------------------------------------------------------------------------------*/
94 99
95iDeclareType(TextBuf) 100iDeclareType(TextBuf)