This commit is contained in:
pavlov%pavlov.net 2006-06-10 19:20:48 +00:00
Родитель 1ed0be95fd
Коммит 94ad17838d
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -321,7 +321,6 @@ gfxWindowsFont::FillLogFont(PRInt16 currentWeight)
mLogFont.lfStrikeOut = (mStyle->decorations & FONT_DECORATION_STRIKEOUT) ? TRUE : FALSE;
mLogFont.lfCharSet = DEFAULT_CHARSET;
#ifndef WINCE
// XXX this should be OUT_TT_PRECIS. change it back when we do bitmap fonts correctly
mLogFont.lfOutPrecision = OUT_TT_PRECIS;
#else
mLogFont.lfOutPrecision = OUT_DEFAULT_PRECIS;