Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2024-03-07 14:51:44 +00:00
parent 19cd976000
commit 4105e4e248
4 changed files with 4 additions and 4 deletions

View File

@ -8588,7 +8588,7 @@
}, },
{ {
"name": "LoadFontEx", "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", "returnType": "RLFont",
"params": [ "params": [
{ {

View File

@ -6293,7 +6293,7 @@ return {
}, },
{ {
name = "LoadFontEx", 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", returnType = "RLFont",
params = { params = {
{type = "const char *", name = "fileName"}, {type = "const char *", name = "fileName"},

View File

@ -3307,7 +3307,7 @@ Function 374: LoadFont() (1 input parameters)
Function 375: LoadFontEx() (4 input parameters) Function 375: LoadFontEx() (4 input parameters)
Name: LoadFontEx Name: LoadFontEx
Return type: RLFont 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[1]: fileName (type: const char *)
Param[2]: fontSize (type: int) Param[2]: fontSize (type: int)
Param[3]: codepoints (type: int *) Param[3]: codepoints (type: int *)

View File

@ -2170,7 +2170,7 @@
<Function name="LoadFont" retType="RLFont" paramCount="1" desc="Load font from file into GPU memory (VRAM)"> <Function name="LoadFont" retType="RLFont" paramCount="1" desc="Load font from file into GPU memory (VRAM)">
<Param type="const char *" name="fileName" desc="" /> <Param type="const char *" name="fileName" desc="" />
</Function> </Function>
<Function name="LoadFontEx" retType="RLFont" paramCount="4" desc="Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character setFont"> <Function name="LoadFontEx" retType="RLFont" paramCount="4" desc="Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character setRLFont">
<Param type="const char *" name="fileName" desc="" /> <Param type="const char *" name="fileName" desc="" />
<Param type="int" name="fontSize" desc="" /> <Param type="int" name="fontSize" desc="" />
<Param type="int *" name="codepoints" desc="" /> <Param type="int *" name="codepoints" desc="" />