aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2000-11-25 14:55:34 +0000
committerJason Rumney2000-11-25 14:55:34 +0000
commitc8874f14d79c5149636dbeb7901883237ed1dd61 (patch)
tree21f6f97d4bc20ce6a2ef380fa916ceed31456570 /src
parenta609568ad8f707ab2baf3592ed59b60afccd4f4e (diff)
downloademacs-c8874f14d79c5149636dbeb7901883237ed1dd61.tar.gz
emacs-c8874f14d79c5149636dbeb7901883237ed1dd61.zip
(x_to_w32_font): Do not filter out italic fonts, as new
redisplay handles them properly.
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 6ab167a3240..591a7543229 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -6209,8 +6209,7 @@ x_to_w32_font (lpxstr, lplogfont)
6209 6209
6210 fields--; 6210 fields--;
6211 6211
6212 if (!NILP (Vw32_enable_synthesized_fonts)) 6212 lplogfont->lfItalic = (fields > 0 && slant == 'i');
6213 lplogfont->lfItalic = (fields > 0 && slant == 'i');
6214 6213
6215 fields--; 6214 fields--;
6216 6215