emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e74093d: Add Cairo font backend info


From: Robert Pluim
Subject: master e74093d: Add Cairo font backend info
Date: Tue, 21 Jan 2020 02:21:41 -0500 (EST)

branch: master
commit e74093db47ce0665249f3d0394f3048d0e543a3f
Author: Robert Pluim <address@hidden>
Commit: Robert Pluim <address@hidden>

    Add Cairo font backend info
    
    * etc/NEWS: Add info about which font backends are available under Cairo.
---
 etc/NEWS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index e2a1eed..110ce7f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -34,9 +34,9 @@ your font settings.
 Note also that 'FontBackend' settings in .Xdefaults or .Xresources, or
 'font-backend' frame parameter settings in your init files, may need
 to be adjusted, as 'xft' is no longer a valid backend when using
-Cairo.  Use either 'ftcr' or 'ftcrhb' instead for FreeType and
-FreeType + HarfBuzz respectively.  'x' is still a valid backend.
-
+Cairo.  Use 'ftcrhb' if your Emacs was built with HarfBuzz support,
+and 'ftcr' otherwise.  You can this determine by checking
+'system-configuration-features'.  'x' is still a valid backend.
 
 ---
 ** The ftx font backend driver has been removed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]