summaryrefslogtreecommitdiff
path: root/gflib/text.h
diff options
context:
space:
mode:
authorPokeCodec <doremylover456@gmail.com>2020-08-14 18:08:16 -0400
committerPokeCodec <doremylover456@gmail.com>2020-08-14 23:53:20 -0400
commitd3e00cadccb20566b9a4239b398ec9aad33c8f91 (patch)
tree3d9c92a47c8dba0976d64413614d18acd3851ed6 /gflib/text.h
parent50d6e9ea3477a8e4c81c332abe6215a7ed1cc100 (diff)
Enum Time
Diffstat (limited to 'gflib/text.h')
-rw-r--r--gflib/text.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gflib/text.h b/gflib/text.h
index 0d0f3341d..0829d748f 100644
--- a/gflib/text.h
+++ b/gflib/text.h
@@ -271,6 +271,13 @@
enum
{
+ COLOR_FOREGROUND,
+ COLOR_SHADOW,
+ COLOR_BACKGROUND
+};
+
+enum
+{
FONTATTR_MAX_LETTER_WIDTH,
FONTATTR_MAX_LETTER_HEIGHT,
FONTATTR_LETTER_SPACING,