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.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 982218eb..18718d37 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -16,6 +16,11 @@ enum iFontId {
16 mediumBold_FontId, 16 mediumBold_FontId,
17 largeBold_FontId, 17 largeBold_FontId,
18 hugeBold_FontId, 18 hugeBold_FontId,
19 emoji_FontId,
20 mediumEmoji_FontId,
21 largeEmoji_FontId,
22 hugeEmoji_FontId,
23 smallEmoji_FontId,
19 max_FontId, 24 max_FontId,
20 /* UI fonts: */ 25 /* UI fonts: */
21 uiLabel_FontId = default_FontId, 26 uiLabel_FontId = default_FontId,
@@ -32,12 +37,6 @@ enum iFontId {
32 header3_FontId = medium_FontId, 37 header3_FontId = medium_FontId,
33}; 38};
34 39
35#define specialSymbol_Text 0x10
36
37enum iSpecialSymbol {
38 silence_SpecialSymbol,
39};
40
41void init_Text (SDL_Renderer *); 40void init_Text (SDL_Renderer *);
42void deinit_Text (void); 41void deinit_Text (void);
43 42