Open GordeyChernyy opened 8 years ago
The app crashes when string has this symbol ' (\342).
const FTGlyph* const FTGlyphContainer::Glyph(const unsigned int charCode) const { unsigned int index = charMap->GlyphListIndex(charCode); return glyphs[index]; // xc_bad _acces }
The app crashes when string has this symbol ' (\342).