From f53cd449ce1c605f11b4da7ba59deb008b8c6d1d Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 3 Sep 2025 18:25:27 +0200 Subject: [PATCH] Update config.h --- src/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.h b/src/config.h index 9c6e334f7..b87e199dc 100644 --- a/src/config.h +++ b/src/config.h @@ -229,6 +229,9 @@ // drawing text and shapes with a single draw call [SetShapesTexture()]. #define SUPPORT_FONT_ATLAS_WHITE_REC 1 +// Support conservative font atlas size estimation +//#define SUPPORT_FONT_ATLAS_SIZE_CONSERVATIVE 1 + // rtext: Configuration values //------------------------------------------------------------------------------------ #define MAX_TEXT_BUFFER_LENGTH 1024 // Size of internal static buffers used on some functions: