mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-24 20:18:30 +00:00
[text] Consider characters padding -WIP- #1432
This commit is contained in:
@@ -277,6 +277,7 @@ typedef struct CharInfo {
|
||||
typedef struct Font {
|
||||
int baseSize; // Base size (default chars height)
|
||||
int charsCount; // Number of characters
|
||||
//int charsPadding; // Padding around the chars
|
||||
Texture2D texture; // Characters texture atlas
|
||||
Rectangle *recs; // Characters rectangles in texture
|
||||
CharInfo *chars; // Characters info data
|
||||
|
Reference in New Issue
Block a user