From: Robert Pluim Date: Tue, 21 Jan 2020 07:18:35 +0000 (+0100) Subject: Add Cairo font backend info X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~7131^2~86 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e74093db47ce0665249f3d0394f3048d0e543a3f;p=emacs.git Add Cairo font backend info * etc/NEWS: Add info about which font backends are available under Cairo. --- 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.