[text] Consider characters padding -WIP- #1432
This commit is contained in:
parent
c222e231f0
commit
55dc8171f8
2 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue