get-glyph-atlas-rec ( font codepoint -- Rectangle )


Vocabulary
raylib

Inputs
fonta Font
codepointan int


Outputs
Rectanglea Rectangle


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

Definition


LIBRARY: raylib FUNCTION-ALIAS: get-glyph-atlas-rec
Rectangle GetGlyphAtlasRec ( Font font, int codepoint )