GetGlyphInfo abstract method

GlyphInfoStructType GetGlyphInfo(
  1. FontStructType font,
  2. num codepoint
)

Get glyph font info data for a codepoint (unicode character), fallback to '?' if not found

Implementation

GlyphInfoStructType GetGlyphInfo(
  FontStructType font,
  num codepoint,
);