diff options
| author | Stanley Fuller <[email protected]> | 2024-02-04 05:28:12 +1100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-03 19:28:12 +0100 |
| commit | 0932cd3059a181f637cd80c09534d609f1ea3ed1 (patch) | |
| tree | f3051a28e0e4822c6ed480ff855ecce2c9a88c24 /src/config.h | |
| parent | 29ff658d9223068378269e4a705811f085fafdf4 (diff) | |
| download | raylib-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.h | 1 |
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() |
