mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 653705 - ensure mIsCFF is not left uninitialized for downloaded fonts. r=jdaggett
This commit is contained in:
parent
85a1e8b028
commit
306e33cbda
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user