GetGlyphIndex method

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

Implementation

int GetGlyphIndex(FontC font, int codepoint) {
  return _GetGlyphIndex(font, codepoint);
}