]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32_load_system_font): Don't disable Cleartype.
authorJason Rumney <jasonr@gnu.org>
Sat, 16 Nov 2002 01:18:17 +0000 (01:18 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 16 Nov 2002 01:18:17 +0000 (01:18 +0000)
src/w32fns.c

index 6be0521dc24bacc726df92a9eadc70858b9e9ebb..e0925869d896f617ed1c06649ecc6327906fc1f3 100644 (file)
@@ -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));