[text] Consider characters padding -WIP- #1432

This commit is contained in:
raysan5 2020-11-15 12:39:59 +01:00
parent c222e231f0
commit 55dc8171f8
2 changed files with 12 additions and 1 deletions

View file

@ -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