mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
(x_default_font_parameter): Try "monospace-12" too.
This commit is contained in:
parent
770e2e6ed8
commit
d7afccca70
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-06-20 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* xfns.c (x_default_font_parameter): Try "monospace-12" too.
|
||||
|
||||
2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'
|
||||
|
|
|
|||
|
|
@ -3073,6 +3073,8 @@ x_default_font_parameter (f, parms)
|
|||
char *names[]
|
||||
= { "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1",
|
||||
"-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",
|
||||
/* This will find the normal Xft font. */
|
||||
"monospace-12",
|
||||
"-*-*-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",
|
||||
/* This was formerly the first thing tried, but it finds
|
||||
too many fonts and takes too long. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue