mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-28 14:08:29 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -9129,7 +9129,7 @@
|
|||||||
"name": "fontSize"
|
"name": "fontSize"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "const int *",
|
"type": "int *",
|
||||||
"name": "codepoints"
|
"name": "codepoints"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -6593,7 +6593,7 @@ return {
|
|||||||
{type = "const unsigned char *", name = "fileData"},
|
{type = "const unsigned char *", name = "fileData"},
|
||||||
{type = "int", name = "dataSize"},
|
{type = "int", name = "dataSize"},
|
||||||
{type = "int", name = "fontSize"},
|
{type = "int", name = "fontSize"},
|
||||||
{type = "const int *", name = "codepoints"},
|
{type = "int *", name = "codepoints"},
|
||||||
{type = "int", name = "codepointCount"},
|
{type = "int", name = "codepointCount"},
|
||||||
{type = "int", name = "type"}
|
{type = "int", name = "type"}
|
||||||
}
|
}
|
||||||
|
@@ -3499,7 +3499,7 @@ Function 399: LoadFontData() (6 input parameters)
|
|||||||
Param[1]: fileData (type: const unsigned char *)
|
Param[1]: fileData (type: const unsigned char *)
|
||||||
Param[2]: dataSize (type: int)
|
Param[2]: dataSize (type: int)
|
||||||
Param[3]: fontSize (type: int)
|
Param[3]: fontSize (type: int)
|
||||||
Param[4]: codepoints (type: const int *)
|
Param[4]: codepoints (type: int *)
|
||||||
Param[5]: codepointCount (type: int)
|
Param[5]: codepointCount (type: int)
|
||||||
Param[6]: type (type: int)
|
Param[6]: type (type: int)
|
||||||
Function 400: GenImageFontAtlas() (6 input parameters)
|
Function 400: GenImageFontAtlas() (6 input parameters)
|
||||||
|
@@ -2309,7 +2309,7 @@
|
|||||||
<Param type="const unsigned char *" name="fileData" desc="" />
|
<Param type="const unsigned char *" name="fileData" desc="" />
|
||||||
<Param type="int" name="dataSize" desc="" />
|
<Param type="int" name="dataSize" desc="" />
|
||||||
<Param type="int" name="fontSize" desc="" />
|
<Param type="int" name="fontSize" desc="" />
|
||||||
<Param type="const int *" name="codepoints" desc="" />
|
<Param type="int *" name="codepoints" desc="" />
|
||||||
<Param type="int" name="codepointCount" desc="" />
|
<Param type="int" name="codepointCount" desc="" />
|
||||||
<Param type="int" name="type" desc="" />
|
<Param type="int" name="type" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
|
Reference in New Issue
Block a user