GordeyChernyy / DrawingTool

Brushes, Live drawing, Kaleidoscope, Moving frames
1 stars 0 forks source link

The text symbol crashes app #11

Open GordeyChernyy opened 8 years ago

GordeyChernyy commented 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
}