summaryrefslogtreecommitdiff
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-10 18:33:04 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-10 18:33:04 +0000
commit4a02800ab05e9e13517f79e2c162d31b38fc97eb (patch)
treea6a906d47e89fe3207b904526f62d162b78ad41d /src/w32fns.c
parent8b3e78784e5e4f92b7172dcf018b9bca52c14ac7 (diff)
downloademacs-4a02800ab05e9e13517f79e2c162d31b38fc97eb.tar.gz
(x_to_win32_font): Allow any quality fonts.
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c2
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;