get-glyph-info ( font codepoint -- GlyphInfo )


Vocabulary
raylib

Inputs
fonta Font
codepointan int


Outputs
GlyphInfoa GlyphInfo


Word description
Get glyph font info data for a codepoint (unicode character), fallback to '?' if not found

Definition


LIBRARY: raylib FUNCTION-ALIAS: get-glyph-info GlyphInfo
GetGlyphInfo ( Font font, int codepoint )