Mercurial > emacs
diff etc/NEWS @ 92015:bfea5b2e7fd3
Tweak FontBackend X resource entry.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Thu, 21 Feb 2008 06:29:02 +0000 |
| parents | 8f52ec613586 |
| children | fe056cd0c04d |
line wrap: on
line diff
--- a/etc/NEWS Thu Feb 21 06:24:05 2008 +0000 +++ b/etc/NEWS Thu Feb 21 06:29:02 2008 +0000 @@ -757,13 +757,13 @@ ** Changes related to the new font backend. -Which font backends to use can be specified by X resource "FontBackend". -For instance, if you want to use Xft fonts only, +Which font backends to use can be specified by the X resource "FontBackend". +For instance, to use both X core fonts and Xft fonts: -Emacs.FontBackend: xft +Emacs.FontBackend: x,xft -will work. If this resource is not set, Emacs tries to use all font -backends available on your graphic device. +If this resource is not set, Emacs tries to use all font backends +available on your graphic device. *** New frame parameter `font-backend' specifies a list of font-backends supported by the frame's graphic device. On X, they are
