diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-06-10 18:33:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-06-10 18:33:04 +0000 |
commit | 771c47d5121b539f4ea1e3e116a5bf37cb4f76be (patch) | |
tree | e1576673e98907451f4e7cfc2ff766c19fdf899a | |
parent | 707788bd68cfce655ee36dc93973821c69729f4f (diff) | |
download | emacs-771c47d5121b539f4ea1e3e116a5bf37cb4f76be.tar.gz |
(x_to_win32_font): Allow any quality fonts.
-rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index e3ad7a8f757..9385d4da0c6 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -3988,7 +3988,7 @@ x_to_win32_font (lpxstr, lplogfont) memset (lplogfont, 0, sizeof (*lplogfont)); -#if 0 +#if 1 lplogfont->lfOutPrecision = OUT_DEFAULT_PRECIS; lplogfont->lfClipPrecision = CLIP_DEFAULT_PRECIS; lplogfont->lfQuality = DEFAULT_QUALITY; |