diff options
| author | Ray <[email protected]> | 2018-06-21 00:18:13 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-06-21 00:18:13 +0200 |
| commit | 0e135118fd0edd3ef613cb28cb573d12916dca98 (patch) | |
| tree | 0604d9317e17998eb44073a851bafa76fcbba858 /release | |
| parent | d6f56c0d5c96153172e0cc579316cd43d5350427 (diff) | |
| download | raylib-0e135118fd0edd3ef613cb28cb573d12916dca98.tar.gz raylib-0e135118fd0edd3ef613cb28cb573d12916dca98.zip | |
Improved GenImageFontAtlas()
Diffstat (limited to 'release')
| -rw-r--r-- | release/include/raylib.h | 2 | ||||
| -rw-r--r-- | release/libs/win32/mingw32/libraylib.a | bin | 1116752 -> 1116822 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/release/include/raylib.h b/release/include/raylib.h index 49434d52..9a6e117f 100644 --- a/release/include/raylib.h +++ b/release/include/raylib.h @@ -965,7 +965,7 @@ RLAPI void DrawTexturePro(Texture2D texture, Rectangle sourceRec, Rectangle dest RLAPI Font GetDefaultFont(void); // Get the default Font RLAPI Font LoadFont(const char *fileName); // Load font from file into GPU memory (VRAM) RLAPI CharInfo *LoadFontData(const char *fileName, int fontSize, int *fontChars, int charsCount, bool sdf); // Load font data for further use -RLAPI Image GenImageFontAtlas(CharInfo *chars, int fontSize, int charsCount, int packing); // Generate image font atlas using chars info +RLAPI Image GenImageFontAtlas(CharInfo *chars, int fontSize, int charsCount, int padding, int packMethod); // Generate image font atlas using chars info RLAPI void UnloadFont(Font font); // Unload Font from GPU memory (VRAM) // Text drawing functions diff --git a/release/libs/win32/mingw32/libraylib.a b/release/libs/win32/mingw32/libraylib.a Binary files differindex 3425c71a..0bf3c421 100644 --- a/release/libs/win32/mingw32/libraylib.a +++ b/release/libs/win32/mingw32/libraylib.a |
