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 22:16:46 +00:00
Родитель fed2a843cb
Коммит 0a64c6cfe8
1 изменённых файлов: 1 добавлений и 1 удалений

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

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