From: Jason Rumney Date: Sat, 16 Nov 2002 01:18:17 +0000 (+0000) Subject: (w32_load_system_font): Don't disable Cleartype. X-Git-Tag: ttn-vms-21-2-B4~12422 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8d88d0890265e53d8e48a56406574bc96598444;p=emacs.git (w32_load_system_font): Don't disable Cleartype. --- 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));