GetGlyphAtlasRec abstract method

RectangleStructType GetGlyphAtlasRec(
  1. FontStructType font,
  2. num codepoint
)

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

Implementation

RectangleStructType GetGlyphAtlasRec(
  FontStructType font,
  num codepoint,
);