GetGlyphIndex abstract method

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

Get glyph index position in font for a codepoint (unicode character), fallback to '?' if not found

Implementation

int GetGlyphIndex(
  FontStructType font,
  num codepoint,
);