GetGlyphAtlasRec function

RectangleD GetGlyphAtlasRec(
  1. FontD font,
  2. int codepoint
)

See RaylibCoreFlatModule.GetGlyphAtlasRec.

Implementation

RectangleD GetGlyphAtlasRec(
  FontD font,
  int codepoint,
) => _module.GetGlyphAtlasRec(font, codepoint);