mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-13 02:29:10 -04:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -9614,6 +9614,33 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "MeasureTextCodepoints",
|
||||
"description": "Measure string size for an existing array of codepoints for Font",
|
||||
"returnType": "Vector2",
|
||||
"params": [
|
||||
{
|
||||
"type": "Font",
|
||||
"name": "font"
|
||||
},
|
||||
{
|
||||
"type": "const int *",
|
||||
"name": "codepoints"
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "length"
|
||||
},
|
||||
{
|
||||
"type": "float",
|
||||
"name": "fontSize"
|
||||
},
|
||||
{
|
||||
"type": "float",
|
||||
"name": "spacing"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GetGlyphIndex",
|
||||
"description": "Get glyph index position in font for a codepoint (unicode character), fallback to '?' if not found",
|
||||
|
||||
Reference in New Issue
Block a user