summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 7bed20c8..7d938389 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -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