(x_to_w32_font): Do not filter out italic fonts, as new

redisplay handles them properly.
This commit is contained in:
Jason Rumney 2000-11-25 14:55:34 +00:00
parent a609568ad8
commit c8874f14d7

View file

@ -6209,8 +6209,7 @@ x_to_w32_font (lpxstr, lplogfont)
fields--;
if (!NILP (Vw32_enable_synthesized_fonts))
lplogfont->lfItalic = (fields > 0 && slant == 'i');
lplogfont->lfItalic = (fields > 0 && slant == 'i');
fields--;