зеркало из https://github.com/mozilla/pjs.git
Bug 468387. (reland) Fix Windows Mobile bustage. r=blassey
This commit is contained in:
Родитель
2417e8dbfb
Коммит
bd46fbc500
|
@ -775,7 +775,11 @@ gfxWindowsPlatform::MakePlatformFont(const gfxProxyFontEntry *aProxyEntry,
|
|||
nsISupports *aLoader,
|
||||
const PRUint8 *aFontData, PRUint32 aLength)
|
||||
{
|
||||
#ifdef MOZ_FT2_FONTS
|
||||
return FontEntry::CreateFontEntry(*aProxyEntry, aLoader, aFontData, aLength);
|
||||
#else
|
||||
return FontEntry::LoadFont(*aProxyEntry, aLoader, aFontData, aLength);
|
||||
#endif
|
||||
}
|
||||
|
||||
PRBool
|
||||
|
|
Загрузка…
Ссылка в новой задаче