зеркало из https://github.com/mozilla/pjs.git
Bug 404723 ��� font selection doesn't fallback to css families
r=pavlov a=blocking1.9+
This commit is contained in:
Родитель
a0f4b246e1
Коммит
b96e7da394
|
@ -1108,7 +1108,7 @@ gfxPangoFontGroup::CreateGlyphRunsItemizing(gfxTextRun *aTextRun,
|
|||
|
||||
for (PRUint32 i = 0; i < mFonts.Length(); i++) {
|
||||
fontList.Append(mFonts[i]->GetName());
|
||||
fontList.Append(NS_LITERAL_STRING(", "));
|
||||
fontList.Append(NS_LITERAL_STRING(","));
|
||||
}
|
||||
|
||||
PangoLanguage *lang = GetPangoLanguage(GetStyle()->langGroup);
|
||||
|
|
Загрузка…
Ссылка в новой задаче