summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2020-01-21 08:18:35 +0100
committerRobert Pluim <rpluim@gmail.com>2020-01-21 08:20:58 +0100
commite74093db47ce0665249f3d0394f3048d0e543a3f (patch)
treed47a20cecb388a99483fbd8e8b04e105593b9c88
parentb651939aaf06f4f1ddcd1f750bb8825546027b96 (diff)
downloademacs-e74093db47ce0665249f3d0394f3048d0e543a3f.tar.gz
emacs-e74093db47ce0665249f3d0394f3048d0e543a3f.tar.bz2
emacs-e74093db47ce0665249f3d0394f3048d0e543a3f.zip
Add Cairo font backend info
* etc/NEWS: Add info about which font backends are available under Cairo.
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e2a1eed9bbf..110ce7f4953 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.