Get glyph font info data for a codepoint (unicode character), fallback to '?' if not found.
Usage
get_glyph_info(font, codepoint)
Arguments
- font
A font.
- codepoint
An integer.
Note
This function has been auto-generated from the following Raylib function definition:
GlyphInfo GetGlyphInfo(Font font, int codepoint);
See also
font()
for creating font objects.