Mercurial > emacs
changeset 48359:1e8497bc057d
(w32_load_system_font): Don't disable Cleartype.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 16 Nov 2002 01:18:17 +0000 |
parents | 6ab38451cdad |
children | 033719ff91f1 |
files | src/w32fns.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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));