This repository has been archived by the owner on May 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mac OS X: Fix possible crash when using some TrueType fonts.
This is just a workaround. We simply avoid removing the custom font (intentionally leak it, a small price to pay) because otherwise it will invalidate Qt's font cache, which in turns trigger the crash at CoreText's CTFontCopyGraphicsFont. http://code.google.com/p/phantomjs/issues/detail?id=690
- Loading branch information