diff options
| author | Glenn Morris | 2020-01-22 07:55:18 -0800 |
|---|---|---|
| committer | Glenn Morris | 2020-01-22 07:55:18 -0800 |
| commit | 5715eb94e90b33ace59dd4c4ccb6e2122bc6db72 (patch) | |
| tree | 1c3aef6f5135b25738cd0d3a98ad807ec698ac1e /doc/lispref | |
| parent | a1bfb926ca484190298045fc9e775002fe872bb5 (diff) | |
| parent | 3b0938c0420de2b845e7e8f8fbbb57ddc61718f2 (diff) | |
| download | emacs-5715eb94e90b33ace59dd4c4ccb6e2122bc6db72.tar.gz emacs-5715eb94e90b33ace59dd4c4ccb6e2122bc6db72.zip | |
Merge from origin/emacs-27
3b0938c042 (origin/emacs-27) Render Ido suggestions using an overlay
d5d90dc412 * doc/misc/tramp.texi (Bug Reports): Encourage use of "ema...
ac09e8e121 * lisp/vc/smerge-mode.el (smerge-match-conflict): Fix bug#...
7e37e61f4b Correct statement about ftcr and recommend HarfBuzz
4aec94da37 Avoid leaving artifacts when the system caret is used on w32
5abd8d73b0 Improve display of temporary echo messages
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/frames.texi | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index a8d95a21011..2bb505c1c7a 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -2301,17 +2301,17 @@ available font backends: @code{x} (the X core font driver), @code{xft} | |||
| 2301 | HarfBuzz text shaping). If built with Cairo drawing, there are also | 2301 | HarfBuzz text shaping). If built with Cairo drawing, there are also |
| 2302 | three potentially available font backends on X: @code{x}, @code{ftcr} | 2302 | three potentially available font backends on X: @code{x}, @code{ftcr} |
| 2303 | (the FreeType font driver on Cairo), and @code{ftcrhb} (the FreeType | 2303 | (the FreeType font driver on Cairo), and @code{ftcrhb} (the FreeType |
| 2304 | font driver on Cairo with HarfBuzz text shaping). Note that the | 2304 | font driver on Cairo with HarfBuzz text shaping). When Emacs is built |
| 2305 | @code{ftcr} and @code{ftcrhb} drivers are mutually exclusive (and | 2305 | with HarfBuzz, the default font driver is @code{ftcrhb}, although use |
| 2306 | similarly for @code{xft} and @code{xfthb}), with the choice being made | 2306 | of the @code{ftcr} driver is still possible, but not recommended. On |
| 2307 | at build time. On MS-Windows, there are currently three available | 2307 | MS-Windows, there are currently three available font backends: |
| 2308 | font backends: @code{gdi} (the core MS-Windows font driver), | 2308 | @code{gdi} (the core MS-Windows font driver), @code{uniscribe} (font |
| 2309 | @code{uniscribe} (font driver for OTF and TTF fonts with text shaping | 2309 | driver for OTF and TTF fonts with text shaping by the Uniscribe |
| 2310 | by the Uniscribe engine), and @code{harfbuzz} (font driver for OTF and | 2310 | engine), and @code{harfbuzz} (font driver for OTF and TTF fonts with |
| 2311 | TTF fonts with HarfBuzz text shaping) (@pxref{Windows Fonts,,, emacs, | 2311 | HarfBuzz text shaping) (@pxref{Windows Fonts,,, emacs, The GNU Emacs |
| 2312 | The GNU Emacs Manual}). On other systems, there is only one available | 2312 | Manual}). The @code{harfbuzz} driver is similarly recommended. On |
| 2313 | font backend, so it does not make sense to modify this frame | 2313 | other systems, there is only one available font backend, so it does |
| 2314 | parameter. | 2314 | not make sense to modify this frame parameter. |
| 2315 | 2315 | ||
| 2316 | @vindex background-mode@r{, a frame parameter} | 2316 | @vindex background-mode@r{, a frame parameter} |
| 2317 | @item background-mode | 2317 | @item background-mode |