GetGlyphAtlasRec method

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

Implementation

RectangleC GetGlyphAtlasRec(FontC font, int codepoint) {
  return _GetGlyphAtlasRec(font, codepoint);
}