# HG changeset patch # User Jason Rumney # Date 1037409497 0 # Node ID 1e8497bc057de882fb22625a99a61609b353ec0e # Parent 6ab38451cdadeda96bbfafdfc8783b33eec50255 (w32_load_system_font): Don't disable Cleartype. diff -r 6ab38451cdad -r 1e8497bc057d src/w32fns.c --- a/src/w32fns.c Sat Nov 16 01:14:21 2002 +0000 +++ b/src/w32fns.c Sat Nov 16 01:18:17 2002 +0000 @@ -5893,9 +5893,7 @@ 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));