cdave1 / ftgles

A truetype font rendering library for OpenGL ES on iOS devices (iPad and iPhone)
http://cdave1.github.io/ftgles/
MIT License
142 stars 36 forks source link

Crash when loading STHeiti Medium.ttc #10

Open fishkingsin opened 12 years ago

fishkingsin commented 12 years ago

Hei.ttf is ok Arial Unicode.ttf is also ok but when draw "STHeiti Medium.ttc" from mac system font it crash

const FTGlyph* const FTGlyphContainer::Glyph(const unsigned int charCode) const { unsigned int index = charMap->GlyphListIndex(charCode); return glyphs[index]; <------------------- }