diff options
| author | Glenn Morris | 2008-02-21 06:29:02 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-21 06:29:02 +0000 |
| commit | b19aa6dd027c2d9de56468c32366a5037ec908a1 (patch) | |
| tree | 6c52b36ecc4e010f40221939eb867216588d31e4 | |
| parent | 4dd3127efcd6bb52233535f685023c85b5aedb31 (diff) | |
| download | emacs-b19aa6dd027c2d9de56468c32366a5037ec908a1.tar.gz emacs-b19aa6dd027c2d9de56468c32366a5037ec908a1.zip | |
Tweak FontBackend X resource entry.
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -757,13 +757,13 @@ function `auto-compose-chars'. | |||
| 757 | 757 | ||
| 758 | ** Changes related to the new font backend. | 758 | ** Changes related to the new font backend. |
| 759 | 759 | ||
| 760 | Which font backends to use can be specified by X resource "FontBackend". | 760 | Which font backends to use can be specified by the X resource "FontBackend". |
| 761 | For instance, if you want to use Xft fonts only, | 761 | For instance, to use both X core fonts and Xft fonts: |
| 762 | 762 | ||
| 763 | Emacs.FontBackend: xft | 763 | Emacs.FontBackend: x,xft |
| 764 | 764 | ||
| 765 | will work. If this resource is not set, Emacs tries to use all font | 765 | If this resource is not set, Emacs tries to use all font backends |
| 766 | backends available on your graphic device. | 766 | available on your graphic device. |
| 767 | 767 | ||
| 768 | *** New frame parameter `font-backend' specifies a list of | 768 | *** New frame parameter `font-backend' specifies a list of |
| 769 | font-backends supported by the frame's graphic device. On X, they are | 769 | font-backends supported by the frame's graphic device. On X, they are |