summaryrefslogtreecommitdiff
path: root/src/client/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/font.h')
-rwxr-xr-xsrc/client/font.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/font.h b/src/client/font.h
index cf8ece6..418cef3 100755
--- a/src/client/font.h
+++ b/src/client/font.h
@@ -15,7 +15,8 @@
#define COLOR_BLUE 0, 0, 255
#define COLOR_YELLOW 255, 255, 0
-
+#define FONT_SIZE 16
+#define FONT_FILE "DejaVuSans.ttf"
extern bool_t isFontInicialized();
extern void initFont(char *file,int size);
extern void drawFont(char *s,int x,int y,int r,int g,int b);