diff options
author | Robert Pluim <rpluim@gmail.com> | 2020-01-21 08:18:35 +0100 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2020-01-21 08:20:58 +0100 |
commit | e74093db47ce0665249f3d0394f3048d0e543a3f (patch) | |
tree | d47a20cecb388a99483fbd8e8b04e105593b9c88 | |
parent | b651939aaf06f4f1ddcd1f750bb8825546027b96 (diff) | |
download | emacs-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/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |