sr=erik
d=remove the underline and italic attributes for default text for XFree86 4.x
This commit is contained in:
waqar%netscape.com 2001-03-29 04:01:20 +00:00
Родитель e2499b81ed
Коммит 08335de63c
1 изменённых файлов: 0 добавлений и 10 удалений

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

@ -632,16 +632,6 @@ nsDeviceContextGTK::GetSystemFontInfo( GdkFont* iFont, nsSystemAttrID anID, nsFo
if( pr )
aFont->size = NSIntPixelsToTwips(pr, mPixelsToTwips);
pr = 0;
::XGetFontProperty( fontInfo, XA_ITALIC_ANGLE, &pr );
if( pr )
aFont->style = NS_FONT_STYLE_ITALIC;
pr = 0;
::XGetFontProperty( fontInfo, XA_UNDERLINE_THICKNESS, &pr );
if( pr )
aFont->decorations = NS_FONT_DECORATION_UNDERLINE;
status = NS_OK;
}
return (status);