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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 2068d51b..713ee1e7 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -79,6 +79,7 @@ void draw_Text (int fontId, iInt2 pos, int color, const char *text,
79void drawAlign_Text (int fontId, iInt2 pos, int color, enum iAlignment align, const char *text, ...); 79void drawAlign_Text (int fontId, iInt2 pos, int color, enum iAlignment align, const char *text, ...);
80void drawCentered_Text (int fontId, iRect rect, iBool alignVisual, int color, const char *text, ...); 80void drawCentered_Text (int fontId, iRect rect, iBool alignVisual, int color, const char *text, ...);
81void drawString_Text (int fontId, iInt2 pos, int color, const iString *text); 81void drawString_Text (int fontId, iInt2 pos, int color, const iString *text);
82void drawRange_Text (int fontId, iInt2 pos, int color, iRangecc text);
82 83
83SDL_Texture * glyphCache_Text (void); 84SDL_Texture * glyphCache_Text (void);
84 85