Function FreeTypeFontFile.getGlyphInfo

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

Prototype

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

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0