Commit d7547c60 authored by John Daggett's avatar John Daggett
Browse files

Bug 749139. Set build-on-fly flag on non-SFNT font type. r=jkew

parent b3c77697
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -229,6 +229,7 @@ GDIFontEntry::ReadCMAP()
        mFontType != GFX_FONT_TYPE_TRUETYPE) 
    {
        mCharacterMap = new gfxCharacterMap();
        mCharacterMap->mBuildOnTheFly = true;
        return NS_ERROR_FAILURE;
    }