GetGlyphAtlasRec function

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

Implementation

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