mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-11 09:39:09 -04:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -6845,6 +6845,18 @@ return {
|
||||
{type = "float", name = "spacing"}
|
||||
}
|
||||
},
|
||||
{
|
||||
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