From b88365fb01eb255be3d7acfab5af2cbadf90730e Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 19 Apr 2024 21:13:28 +0200 Subject: [PATCH] Disable some font formats support --- src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.h b/src/config.h index 10aca978a..6d8169ba6 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()