GetGlyphIndex function

int GetGlyphIndex(
  1. FontD font,
  2. num codepoint
)

Implementation

int GetGlyphIndex(
  FontD font,
  num codepoint,
) => _module.GetGlyphIndex(font, codepoint);