backing out mMetrics->xHeight test in revision 1.161 to try to fix MozillaAliveTest.

This commit is contained in:
karlt+@karlt.net 2007-12-19 14:16:46 -08:00
Родитель 08ab5f6002
Коммит 3aa3835cb1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -243,7 +243,7 @@ gfxWindowsFont::MakeHFONT()
chosenWeight = baseWeight * 100; chosenWeight = baseWeight * 100;
mAdjustedSize = GetStyle()->size; mAdjustedSize = GetStyle()->size;
if (mMetrics->xHeight != 0.0 && GetStyle()->sizeAdjust > 0.0) { if (GetStyle()->sizeAdjust > 0.0) {
if (!mFont) { if (!mFont) {
FillLogFont(mAdjustedSize, chosenWeight); FillLogFont(mAdjustedSize, chosenWeight);
mFont = CreateFontIndirectW(&mLogFont); mFont = CreateFontIndirectW(&mLogFont);