Mercurial > emacs
changeset 32977:d0421102ed8c
(Fx_create_frame): Make default fontsize on w32 10 point, as Windows
has oversized fonts.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 27 Oct 2000 18:52:35 +0000 |
parents | aa9dc4e7c5ac |
children | ca33eb68d9da |
files | src/w32fns.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32fns.c Fri Oct 27 18:52:28 2000 +0000 +++ b/src/w32fns.c Fri Oct 27 18:52:35 2000 +0000 @@ -5172,7 +5172,7 @@ } /* Try out a font which we hope has bold and italic variations. */ if (!STRINGP (font)) - font = x_new_font (f, "-*-Courier New-normal-r-*-*-*-120-*-*-c-*-iso8859-1"); + font = x_new_font (f, "-*-Courier New-normal-r-*-*-*-100-*-*-c-*-iso8859-1"); if (! STRINGP (font)) font = x_new_font (f, "-*-Courier-normal-r-*-*-13-*-*-*-c-*-iso8859-1"); /* If those didn't work, look for something which will at least work. */ @@ -12012,7 +12012,7 @@ /* Try out a font which we hope has bold and italic variations. */ if (!STRINGP (font)) - font = x_new_font (f, "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1"); + font = x_new_font (f, "-*-courier new-normal-r-*-*-*-100-*-*-*-*-iso8859-1"); if (!STRINGP (font)) font = x_new_font (f, "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1"); if (! STRINGP (font))