From b19aa6dd027c2d9de56468c32366a5037ec908a1 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 21 Feb 2008 06:29:02 +0000 Subject: [PATCH] Tweak FontBackend X resource entry. --- etc/NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 0c74747abde..9d2b9bd3b41 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -757,13 +757,13 @@ function `auto-compose-chars'. ** 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 -- 2.39.2