зеркало из https://github.com/mozilla/gecko-dev.git
#=58877
sr=erik d=remove the underline and italic attributes for default text for XFree86 4.x
This commit is contained in:
Родитель
e2499b81ed
Коммит
08335de63c
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче