@@ -2300,17 +2300,17 @@ available font backends: @code{x} (the X core font driver), @code{xft}
2300
2300
HarfBuzz text shaping). If built with Cairo drawing, there are also
2301
2301
three potentially available font backends on X: @code {x }, @code {ftcr }
2302
2302
(the FreeType font driver on Cairo), and @code {ftcrhb } (the FreeType
2303
- font driver on Cairo with HarfBuzz text shaping). Note that the
2304
- @code { ftcr } and @code {ftcrhb } drivers are mutually exclusive (and
2305
- similarly for @code {xft } and @code { xfthb }), with the choice being made
2306
- at build time. On MS-Windows, there are currently three available
2307
- font backends: @code {gdi } (the core MS-Windows font driver),
2308
- @code { uniscribe } (font driver for OTF and TTF fonts with text shaping
2309
- by the Uniscribe engine), and @code {harfbuzz } (font driver for OTF and
2310
- TTF fonts with HarfBuzz text shaping) (@pxref {Windows Fonts ,,, emacs ,
2311
- The GNU Emacs Manual }). On other systems, there is only one available
2312
- font backend, so it does not make sense to modify this frame
2313
- parameter.
2303
+ font driver on Cairo with HarfBuzz text shaping). When Emacs is built
2304
+ with HarfBuzz, the default font driver is @code {ftcrhb }, although use
2305
+ of the @code {ftcr } driver is still possible, but not recommended. On
2306
+ MS-Windows, there are currently three available font backends:
2307
+ @code {gdi } (the core MS-Windows font driver), @code { uniscribe } (font
2308
+ driver for OTF and TTF fonts with text shaping by the Uniscribe
2309
+ engine), and @code {harfbuzz } (font driver for OTF and TTF fonts with
2310
+ HarfBuzz text shaping) (@pxref {Windows Fonts ,,, emacs , The GNU Emacs
2311
+ Manual }). The @code { harfbuzz } driver is similarly recommended. On
2312
+ other systems, there is only one available font backend, so it does
2313
+ not make sense to modify this frame parameter.
2314
2314
2315
2315
@vindex background-mode @r {, a frame parameter }
2316
2316
@item background-mode
0 commit comments