Bug 1056479 p10 - activate bundled fonts. r=m_kato

This commit is contained in:
John Daggett 2015-05-13 14:11:26 +09:00
Родитель 540fea6e49
Коммит d81f5d0dd1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1051,6 +1051,7 @@ gfxFcPlatformFontList::InitFontList()
AddFontSetFamilies(systemFonts);
#ifdef MOZ_BUNDLED_FONTS
ActivateBundledFonts();
FcFontSet* appFonts = FcConfigGetFonts(nullptr, FcSetApplication);
AddFontSetFamilies(appFonts);
#endif