From c8d88d0890265e53d8e48a56406574bc96598444 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 16 Nov 2002 01:18:17 +0000 Subject: [PATCH] (w32_load_system_font): Don't disable Cleartype. --- src/w32fns.c | 4 +--- 1 file changed, 1 insertion(+), 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) ended up with. */ return NULL; - /* Specify anti-aliasing to prevent Cleartype fonts being used, - since those fonts leave garbage behind. */ - lf.lfQuality = ANTIALIASED_QUALITY; + lf.lfQuality = DEFAULT_QUALITY; font = (XFontStruct *) xmalloc (sizeof (XFontStruct)); bzero (font, sizeof (*font)); -- 2.39.2