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 5867a84b..f78f570a 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -175,6 +175,7 @@ void drawAlign_Text (int fontId, iInt2 pos, int color, enum iAlignment a
175void drawCentered_Text (int fontId, iRect rect, iBool alignVisual, int color, const char *text, ...); 175void drawCentered_Text (int fontId, iRect rect, iBool alignVisual, int color, const char *text, ...);
176void drawString_Text (int fontId, iInt2 pos, int color, const iString *text); 176void drawString_Text (int fontId, iInt2 pos, int color, const iString *text);
177void drawRange_Text (int fontId, iInt2 pos, int color, iRangecc text); 177void drawRange_Text (int fontId, iInt2 pos, int color, iRangecc text);
178void drawBoundRange_Text (int fontId, iInt2 pos, int boundWidth, int color, iRangecc text); /* bound does not wrap */
178int drawWrapRange_Text (int fontId, iInt2 pos, int maxWidth, int color, iRangecc text); /* returns new Y */ 179int drawWrapRange_Text (int fontId, iInt2 pos, int maxWidth, int color, iRangecc text); /* returns new Y */
179 180
180SDL_Texture * glyphCache_Text (void); 181SDL_Texture * glyphCache_Text (void);