mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
Documented font-backend X resource and frame parameter.
This commit is contained in:
parent
80be4dd7b6
commit
0c1e3f0de3
8
etc/NEWS
8
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'.
|
||||
|
Loading…
Reference in New Issue
Block a user