From: Chong Yidong Date: Tue, 12 May 2009 03:32:48 +0000 (+0000) Subject: Documented font-backend X resource and frame parameter. X-Git-Tag: emacs-pretest-23.0.94~66 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/0c1e3f0de3d384bd5a73f64fe73b4442769e11c3 Documented font-backend X resource and frame parameter. --- diff --git a/etc/NEWS b/etc/NEWS index 802efd94f8..facbf12539 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1731,15 +1731,15 @@ but signals an error if STRING contains a non-ASCII, non-eight-bit character. ** Changes related to the new font backend - -Which font backends to use can be specified by the X resource "FontBackend". -For instance, to use both X core fonts and Xft fonts: ++++ +*** 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: x,xft 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 currently `x' and `xft'.