mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 19:37:58 +00:00
(x_to_win32_font): Allow any quality fonts.
This commit is contained in:
parent
707788bd68
commit
771c47d512
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue