GetGlyphAtlasRec function

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

Implementation

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