diff src/w32fns.c @ 33879:9bbea0dda9cd

(x_to_w32_font): Do not filter out italic fonts, as new redisplay handles them properly.
author Jason Rumney <jasonr@gnu.org>
date Sat, 25 Nov 2000 14:55:34 +0000
parents 8816b5542315
children 886f1ee076bd
line wrap: on
line diff
--- a/src/w32fns.c	Sat Nov 25 14:54:16 2000 +0000
+++ b/src/w32fns.c	Sat Nov 25 14:55:34 2000 +0000
@@ -6209,8 +6209,7 @@
 
       fields--;
 
-      if (!NILP (Vw32_enable_synthesized_fonts))
-	lplogfont->lfItalic = (fields > 0 && slant == 'i');
+      lplogfont->lfItalic = (fields > 0 && slant == 'i');
 
       fields--;