Handbook
Glossary
get-glyph-atlas-rec ( font codepoint -- Rectangle )
Vocabulary
raylib
Inputs
font
a
Font
codepoint
an
int
Outputs
Rectangle
a
Rectangle
Word description
Get glyph rectangle in font atlas 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-atlas-rec
Rectangle GetGlyphAtlasRec (
Font
font,
int
codepoint )