Function FreeTypeFontFile.getGlyphInfo

retrieve glyph information, filling glyph struct; returns false if glyph not found

bool getGlyphInfo(
  dchar code,
  ref Glyph glyph,
  dchar def_char,
  bool withImage = true
);