Skip to content

Commit 0932cd3

Browse files
[rtext] Add BDF font support (#3735)
* Add BDF font support * Include font ascent in glyph y-offset when loading BDF font
1 parent 29ff658 commit 0932cd3

File tree

2 files changed

+336
-25
lines changed

2 files changed

+336
-25
lines changed

src/config.h

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
// Selected desired font fileformats to be supported for loading
182182
#define SUPPORT_FILEFORMAT_FNT 1
183183
#define SUPPORT_FILEFORMAT_TTF 1
184+
#define SUPPORT_FILEFORMAT_BDF 1
184185

185186
// Support text management functions
186187
// If not defined, still some functions are supported: TextLength(), TextFormat()

0 commit comments

Comments
 (0)