GetGlyphAtlasRec method

RectangleC GetGlyphAtlasRec(
  1. FontC font,
  2. int codepoint
)

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

Implementation

RectangleC GetGlyphAtlasRec(FontC font, int codepoint)
  => _GetGlyphAtlasRec(font, codepoint);