Mercurial > emacs
changeset 15380:8b01836a6b06
(x_to_win32_font): Allow any quality fonts.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Jun 1996 18:33:04 +0000 |
parents | 5cd52d4838f8 |
children | 91662157e604 |
files | src/w32fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32fns.c Mon Jun 10 18:19:48 1996 +0000 +++ b/src/w32fns.c Mon Jun 10 18:33:04 1996 +0000 @@ -3988,7 +3988,7 @@ memset (lplogfont, 0, sizeof (*lplogfont)); -#if 0 +#if 1 lplogfont->lfOutPrecision = OUT_DEFAULT_PRECIS; lplogfont->lfClipPrecision = CLIP_DEFAULT_PRECIS; lplogfont->lfQuality = DEFAULT_QUALITY;