Handbook
Glossary
get-glyph-index ( font codepoint -- int )
Vocabulary
raylib
Inputs
font
a
Font
codepoint
an
int
Outputs
int
an
int
Word description
Get glyph index position in font for a codepoint (unicode character), fallback to '?' if not found
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-glyph-index
int
GetGlyphIndex (
Font
font,
int
codepoint )