REVIEWED: Consistency with raylib

This commit is contained in:
Ray
2021-09-02 00:36:37 +02:00
parent cf45f9bccf
commit c3dc43d4c5
3 changed files with 72 additions and 72 deletions

View File

@ -166,7 +166,7 @@ static void DrawTextEx(Font font, const char *text, Vector2 position, float font
//-------------------------------------------------------------------------------
// GuiLoadStyle() required functions
//-------------------------------------------------------------------------------
static Font LoadFontEx(const char *fileName, int fontSize, int *fontChars, int charsCount)
static Font LoadFontEx(const char *fileName, int fontSize, int *fontChars, int glyphCount)
{
Font font = { 0 };