Update raylib_api.* by CI
This commit is contained in:
parent
19cd976000
commit
4105e4e248
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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"},
|
||||
|
|
|
|||
|
|
@ -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 *)
|
||||
|
|
|
|||
|
|
@ -2170,7 +2170,7 @@
|
|||
<Function name="LoadFont" retType="RLFont" paramCount="1" desc="Load font from file into GPU memory (VRAM)">
|
||||
<Param type="const char *" name="fileName" desc="" />
|
||||
</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="int" name="fontSize" desc="" />
|
||||
<Param type="int *" name="codepoints" desc="" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user