summaryrefslogtreecommitdiffhomepage
path: root/src/text.c
diff options
context:
space:
mode:
authorvictorfisac <[email protected]>2017-04-06 15:28:04 +0200
committervictorfisac <[email protected]>2017-04-06 15:28:04 +0200
commit54f070a0f421798dca911b48223a67ae6dc51956 (patch)
tree07eefb8740d05754dcd875f49ea193eee1c79555 /src/text.c
parent256bc6e1dccfd021239dd0e5a66c377a402c3c59 (diff)
parentc47b04a2c673f3073e2cc5a47d5aa1bce029e93e (diff)
downloadraylib-54f070a0f421798dca911b48223a67ae6dc51956.tar.gz
raylib-54f070a0f421798dca911b48223a67ae6dc51956.zip
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text.c b/src/text.c
index 09f69ff6..a057e347 100644
--- a/src/text.c
+++ b/src/text.c
@@ -39,6 +39,8 @@
// Default supported features
//-------------------------------------
#define SUPPORT_DEFAULT_FONT
+#define SUPPORT_FILEFORMAT_FNT
+#define SUPPORT_FILEFORMAT_TTF
//-------------------------------------
#include "raylib.h"