diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-05 10:45:56 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-05 10:45:56 +0300 |
commit | 2b1de0641335ab1a88aeafcc8911056f155e94c9 (patch) | |
tree | 058b34babb8eed6a44f1e1cd141b78acbb583844 /src/ui/text.h | |
parent | 32f0e0c110c803cd6f92fabf4c52d06aec5b1a69 (diff) |
Setting up document theming
Diffstat (limited to 'src/ui/text.h')
-rw-r--r-- | src/ui/text.h | 1 |
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, | |||
79 | void drawAlign_Text (int fontId, iInt2 pos, int color, enum iAlignment align, const char *text, ...); | 79 | void drawAlign_Text (int fontId, iInt2 pos, int color, enum iAlignment align, const char *text, ...); |
80 | void drawCentered_Text (int fontId, iRect rect, iBool alignVisual, int color, const char *text, ...); | 80 | void drawCentered_Text (int fontId, iRect rect, iBool alignVisual, int color, const char *text, ...); |
81 | void drawString_Text (int fontId, iInt2 pos, int color, const iString *text); | 81 | void drawString_Text (int fontId, iInt2 pos, int color, const iString *text); |
82 | void drawRange_Text (int fontId, iInt2 pos, int color, iRangecc text); | ||
82 | 83 | ||
83 | SDL_Texture * glyphCache_Text (void); | 84 | SDL_Texture * glyphCache_Text (void); |
84 | 85 | ||