GetGlyphIndex function

int GetGlyphIndex(
  1. FontC font,
  2. int codepoint
)

Implementation

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