diff options
| author | raysan5 <[email protected]> | 2020-11-15 12:39:59 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-11-15 12:39:59 +0100 |
| commit | 55dc8171f8d883acd442e129b426e603bfecf16a (patch) | |
| tree | ccc7c3ecff1390dad1ad39e5db2a8c6355b4cbe7 /src/raylib.h | |
| parent | c222e231f06c9e6ca4b7d2c9ca708e450ce76d5f (diff) | |
| download | raylib-55dc8171f8d883acd442e129b426e603bfecf16a.tar.gz raylib-55dc8171f8d883acd442e129b426e603bfecf16a.zip | |
[text] Consider characters padding -WIP- #1432
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 1 |
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 |
