]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_to_win32_font): Allow any quality fonts.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Jun 1996 18:33:04 +0000 (18:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Jun 1996 18:33:04 +0000 (18:33 +0000)
src/w32fns.c

index e3ad7a8f7576d108cf3c33ccf8e95ee498532b4d..9385d4da0c6603bb16a92f8bcc3eee20ff7b6c26 100644 (file)
@@ -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;