diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index 9cf0e5969..aa4806e84 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -8588,7 +8588,7 @@ }, { "name": "LoadFontEx", - "description": "Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character setFont", + "description": "Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character setRLFont", "returnType": "RLFont", "params": [ { diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index e61dd6b4a..1a44371f6 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -6293,7 +6293,7 @@ return { }, { name = "LoadFontEx", - description = "Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character setFont", + description = "Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character setRLFont", returnType = "RLFont", params = { {type = "const char *", name = "fileName"}, diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt index f1e9f6aec..a92626a0c 100644 --- a/parser/output/raylib_api.txt +++ b/parser/output/raylib_api.txt @@ -3307,7 +3307,7 @@ Function 374: LoadFont() (1 input parameters) Function 375: LoadFontEx() (4 input parameters) Name: LoadFontEx Return type: RLFont - Description: Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character setFont + Description: Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character setRLFont Param[1]: fileName (type: const char *) Param[2]: fontSize (type: int) Param[3]: codepoints (type: int *) diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml index d6dc4d07c..d74df2e57 100644 --- a/parser/output/raylib_api.xml +++ b/parser/output/raylib_api.xml @@ -2170,7 +2170,7 @@ - +