Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when loading STHeiti Medium.ttc #10

Open
fishkingsin opened this issue Jun 6, 2012 · 0 comments
Open

Crash when loading STHeiti Medium.ttc #10

fishkingsin opened this issue Jun 6, 2012 · 0 comments

Comments

@fishkingsin
Copy link

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]; <-------------------
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant