mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 749139. Set build-on-fly flag on non-SFNT font type. r=jkew
This commit is contained in:
parent
bdc7f34c72
commit
c622f4c37e
@ -229,6 +229,7 @@ GDIFontEntry::ReadCMAP()
|
|||||||
mFontType != GFX_FONT_TYPE_TRUETYPE)
|
mFontType != GFX_FONT_TYPE_TRUETYPE)
|
||||||
{
|
{
|
||||||
mCharacterMap = new gfxCharacterMap();
|
mCharacterMap = new gfxCharacterMap();
|
||||||
|
mCharacterMap->mBuildOnTheFly = true;
|
||||||
return NS_ERROR_FAILURE;
|
return NS_ERROR_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user