зеркало из https://github.com/mozilla/pjs.git
Bug 499621. Follow-up fixup to synthetic bolding on Windows. r=jkew.
This commit is contained in:
Родитель
0b89df3940
Коммит
b69a42bd20
|
@ -2423,7 +2423,7 @@ gfxWindowsFontGroup::WhichFontSupportsChar(const nsTArray<nsRefPtr<FontEntry> >&
|
|||
continue;
|
||||
if (fe->HasCharacter(ch)) {
|
||||
nsRefPtr<gfxWindowsFont> font =
|
||||
gfxWindowsFont::GetOrMakeFont(fe, &mStyle, mFontNeedsBold[i]);
|
||||
gfxWindowsFont::GetOrMakeFont(fe, &mStyle);
|
||||
// Check that the font is still usable.
|
||||
if (!font->IsValid())
|
||||
continue;
|
||||
|
|
Загрузка…
Ссылка в новой задаче