(x_to_w32_font): Do not filter out italic fonts, as new
redisplay handles them properly.
This commit is contained in:
parent
a609568ad8
commit
c8874f14d7
1 changed files with 1 additions and 2 deletions
|
@ -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--;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue