mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 404723 - font selection doesn't fallback to css families r=pavlov a=blocking1.9+
This commit is contained in:
parent
6ba2324f53
commit
e70c18246d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user