aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2002-11-16 01:18:17 +0000
committerJason Rumney2002-11-16 01:18:17 +0000
commitc8d88d0890265e53d8e48a56406574bc96598444 (patch)
treef6d9f6a03fab6564e1db1d30f7f987d119dabe84 /src
parent517f42a0b363c1149c370e2cf39238acacd13c7f (diff)
downloademacs-c8d88d0890265e53d8e48a56406574bc96598444.tar.gz
emacs-c8d88d0890265e53d8e48a56406574bc96598444.zip
(w32_load_system_font): Don't disable Cleartype.
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 6be0521dc24..e0925869d89 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -5893,9 +5893,7 @@ w32_load_system_font (f,fontname,size)
5893 ended up with. */ 5893 ended up with. */
5894 return NULL; 5894 return NULL;
5895 5895
5896 /* Specify anti-aliasing to prevent Cleartype fonts being used, 5896 lf.lfQuality = DEFAULT_QUALITY;
5897 since those fonts leave garbage behind. */
5898 lf.lfQuality = ANTIALIASED_QUALITY;
5899 5897
5900 font = (XFontStruct *) xmalloc (sizeof (XFontStruct)); 5898 font = (XFontStruct *) xmalloc (sizeof (XFontStruct));
5901 bzero (font, sizeof (*font)); 5899 bzero (font, sizeof (*font));