bug 653705 - ensure mIsCFF is not left uninitialized for downloaded fonts. r=jdaggett

This commit is contained in:
Jonathan Kew 2011-05-02 10:01:54 +01:00
parent 664c024d68
commit c8eb8e834c

View File

@ -159,6 +159,7 @@ MacOSFontEntry::MacOSFontEntry(const nsAString& aPostscriptName, ATSFontRef aFon
mATSFontRef(aFontRef),
mATSFontRefInitialized(PR_TRUE),
mRequiresAAT(PR_FALSE),
mIsCFF(PR_FALSE),
mIsCFFInitialized(PR_FALSE)
{
// xxx - stretch is basically ignored for now