diff options
| author | Ray <[email protected]> | 2023-07-18 17:57:10 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-07-18 17:57:10 +0200 |
| commit | 52541b4a1fb04d66de30c2a1e5f44358b2c1aee7 (patch) | |
| tree | 2865c21e8f38e4d9671bb6283ef4e6b919f8e42c /CMakeOptions.txt | |
| parent | e0c80f5ddd9543a6f086f3871f886e275c331a53 (diff) | |
| download | raylib-52541b4a1fb04d66de30c2a1e5f44358b2c1aee7.tar.gz raylib-52541b4a1fb04d66de30c2a1e5f44358b2c1aee7.zip | |
ADDED: `SUPPORT_FONT_ATLAS_WHITE_REC`
Support creating a 3x3 pixels white rectangle at the bottom-right corner of the generated font atlas image, useful for shapes+text drawing in a single draw call!
Diffstat (limited to 'CMakeOptions.txt')
| -rw-r--r-- | CMakeOptions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt index 326ed44e..a239f114 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -73,6 +73,7 @@ cmake_dependent_option(SUPPORT_FILEFORMAT_PVR "Support loading PVR as textures" cmake_dependent_option(SUPPORT_FILEFORMAT_FNT "Support loading fonts in FNT format" ON CUSTOMIZE_BUILD ON) cmake_dependent_option(SUPPORT_FILEFORMAT_TTF "Support loading font in TTF/OTF format" ON CUSTOMIZE_BUILD ON) cmake_dependent_option(SUPPORT_TEXT_MANIPULATION "Support text manipulation functions" ON CUSTOMIZE_BUILD ON) +cmake_dependent_option(#define SUPPORT_FONT_ATLAS_WHITE_REC "Support white rec on font atlas bottom-right corner" ON CUSTOMIZE_BUILD ON) # rmodels.c cmake_dependent_option(SUPPORT_MESH_GENERATION "Support procedural mesh generation functions, uses external par_shapes.h library. NOTE: Some generated meshes DO NOT include generated texture coordinates" ON CUSTOMIZE_BUILD ON) |
