Disable some font formats support
This commit is contained in:
parent
88f7762921
commit
b88365fb01
1 changed files with 2 additions and 2 deletions
|
@ -180,9 +180,9 @@
|
||||||
// NOTE: If enabled, uses external module functions to load default raylib font
|
// NOTE: If enabled, uses external module functions to load default raylib font
|
||||||
#define SUPPORT_DEFAULT_FONT 1
|
#define SUPPORT_DEFAULT_FONT 1
|
||||||
// Selected desired font fileformats to be supported for loading
|
// Selected desired font fileformats to be supported for loading
|
||||||
#define SUPPORT_FILEFORMAT_FNT 1
|
|
||||||
#define SUPPORT_FILEFORMAT_TTF 1
|
#define SUPPORT_FILEFORMAT_TTF 1
|
||||||
#define SUPPORT_FILEFORMAT_BDF 1
|
//#define SUPPORT_FILEFORMAT_FNT 1
|
||||||
|
//#define SUPPORT_FILEFORMAT_BDF 1
|
||||||
|
|
||||||
// Support text management functions
|
// Support text management functions
|
||||||
// If not defined, still some functions are supported: TextLength(), TextFormat()
|
// If not defined, still some functions are supported: TextLength(), TextFormat()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue