Skip to contents

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

Usage

get_glyph_atlas_rec(font, codepoint)

Arguments

font

A font.

codepoint

An integer.

Value

A rectangle

Note

This function has been auto-generated from the following Raylib function definition:

Rectangle GetGlyphAtlasRec(Font font, int codepoint);

See also

font() for creating font objects.