summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorStanley Fuller <[email protected]>2024-02-04 05:28:12 +1100
committerGitHub <[email protected]>2024-02-03 19:28:12 +0100
commit0932cd3059a181f637cd80c09534d609f1ea3ed1 (patch)
treef3051a28e0e4822c6ed480ff855ecce2c9a88c24 /src/config.h
parent29ff658d9223068378269e4a705811f085fafdf4 (diff)
downloadraylib-0932cd3059a181f637cd80c09534d609f1ea3ed1.tar.gz
raylib-0932cd3059a181f637cd80c09534d609f1ea3ed1.zip
[rtext] Add BDF font support (#3735)
* Add BDF font support * Include font ascent in glyph y-offset when loading BDF font
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 410e9067..34d2e964 100644
--- a/src/config.h
+++ b/src/config.h
@@ -181,6 +181,7 @@
// Selected desired font fileformats to be supported for loading
#define SUPPORT_FILEFORMAT_FNT 1
#define SUPPORT_FILEFORMAT_TTF 1
+#define SUPPORT_FILEFORMAT_BDF 1
// Support text management functions
// If not defined, still some functions are supported: TextLength(), TextFormat()