summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-05 10:45:56 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-05 10:45:56 +0300
commit2b1de0641335ab1a88aeafcc8911056f155e94c9 (patch)
tree058b34babb8eed6a44f1e1cd141b78acbb583844 /src/ui/text.h
parent32f0e0c110c803cd6f92fabf4c52d06aec5b1a69 (diff)
Setting up document theming
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