]> git.eshelyaron.com Git - emacs.git/commitdiff
Recommend use of HarfBuzz
authorRobert Pluim <rpluim@gmail.com>
Tue, 21 Jan 2020 17:12:56 +0000 (18:12 +0100)
committerRobert Pluim <rpluim@gmail.com>
Tue, 21 Jan 2020 17:13:58 +0000 (18:13 +0100)
* etc/NEWS: Add recommendation to use HarfBuzz.

etc/NEWS

index 7f1f50759e013b1fece548b86f0a1599117cd77f..3147cf48faac817f4cc991c0dfb01383e477ca9d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -36,7 +36,10 @@ Note also that 'FontBackend' settings in .Xdefaults or .Xresources, or
 to be adjusted, as 'xft' is no longer a valid backend when using
 Cairo.  Use 'ftcrhb' if your Emacs was built with HarfBuzz support,
 and 'ftcr' otherwise.  You can determine this by checking
-'system-configuration-features'.  'x' is still a valid backend.
+'system-configuration-features'.  The 'ftcr' backend will still be
+available when HarfBuzz is supported, but will not be used by default.
+We strongly recommend building with HarBuzz support. 'x' is still a
+valid backend.
 
 ---
 ** The ftx font backend driver has been removed.