From 049779039009991b39d62df7823baa21c53bfbf4 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Tue, 18 Jul 2023 13:27:44 -0300 Subject: Latest raylib changes. --- raylib/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'raylib/config.h') diff --git a/raylib/config.h b/raylib/config.h index 0af7226..c59e57d 100644 --- a/raylib/config.h +++ b/raylib/config.h @@ -181,6 +181,11 @@ // If not defined, still some functions are supported: TextLength(), TextFormat() #define SUPPORT_TEXT_MANIPULATION 1 +// On font atlas image generation [GenImageFontAtlas()], add a 3x3 pixels white rectangle +// at the bottom-right corner of the atlas. It can be useful to for shapes drawing, to allow +// drawing text and shapes with a single draw call [SetShapesTexture()]. +#define SUPPORT_FONT_ATLAS_WHITE_REC 1 + // rtext: Configuration values //------------------------------------------------------------------------------------ #define MAX_TEXT_BUFFER_LENGTH 1024 // Size of internal static buffers used on some functions: -- cgit v1.2.3