summaryrefslogtreecommitdiffstats
path: root/src/render/Font.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-05-31 00:32:50 +0200
committeraap <aap@papnet.eu>2019-05-31 00:32:50 +0200
commit454276f940c9a2079403c18126ed61f3e95694c1 (patch)
tree8908884088db6e41d1eb981524ab37d7b7c522df /src/render/Font.h
parentadded CText (diff)
downloadre3-454276f940c9a2079403c18126ed61f3e95694c1.tar
re3-454276f940c9a2079403c18126ed61f3e95694c1.tar.gz
re3-454276f940c9a2079403c18126ed61f3e95694c1.tar.bz2
re3-454276f940c9a2079403c18126ed61f3e95694c1.tar.lz
re3-454276f940c9a2079403c18126ed61f3e95694c1.tar.xz
re3-454276f940c9a2079403c18126ed61f3e95694c1.tar.zst
re3-454276f940c9a2079403c18126ed61f3e95694c1.zip
Diffstat (limited to '')
-rw-r--r--src/render/Font.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/render/Font.h b/src/render/Font.h
index 017aaeea..d6f58692 100644
--- a/src/render/Font.h
+++ b/src/render/Font.h
@@ -27,6 +27,12 @@ struct CFontDetails
class CSprite2d;
+enum {
+ FONTSTYLE_0,
+ FONTSTYLE_1,
+ FONTSTYLE_2,
+};
+
class CFont
{
static CFontDetails &Details;