diff options
| author | Ray <[email protected]> | 2024-04-19 21:13:28 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-04-19 21:13:28 +0200 |
| commit | b88365fb01eb255be3d7acfab5af2cbadf90730e (patch) | |
| tree | 2ae9e1bd9674161072a43892b3450678836969bb /src | |
| parent | 88f77629218c71b21cd8ce5cb74bc0a1b38ce1e6 (diff) | |
| download | raylib-b88365fb01eb255be3d7acfab5af2cbadf90730e.tar.gz raylib-b88365fb01eb255be3d7acfab5af2cbadf90730e.zip | |
Disable some font formats support
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index 10aca978..6d8169ba 100644 --- a/src/config.h +++ b/src/config.h @@ -180,9 +180,9 @@ // NOTE: If enabled, uses external module functions to load default raylib font #define SUPPORT_DEFAULT_FONT 1 // Selected desired font fileformats to be supported for loading -#define SUPPORT_FILEFORMAT_FNT 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 // If not defined, still some functions are supported: TextLength(), TextFormat() |
