diff options
| -rw-r--r-- | doc/lispref/frames.texi | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 9b3e02f4de0..c94b4e67aed 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -2279,12 +2279,17 @@ variable do not take effect immediately, only when you specify the | |||
| 2279 | @item font-backend | 2279 | @item font-backend |
| 2280 | A list of symbols, specifying the @dfn{font backends} to use for | 2280 | A list of symbols, specifying the @dfn{font backends} to use for |
| 2281 | drawing fonts in the frame, in order of priority. On X, there are | 2281 | drawing fonts in the frame, in order of priority. On X, there are |
| 2282 | currently two available font backends: @code{x} (the X core font | 2282 | currently three available font backends if Emacs was built without the |
| 2283 | driver) and @code{xft} (the Xft font driver). On MS-Windows, there are | 2283 | Cairo drawing: @code{x} (the X core font driver), @code{xft} (the Xft |
| 2284 | currently two available font backends: @code{gdi} and | 2284 | font driver), and @code{xfthb} (the Xft font driver with HarfBuzz text |
| 2285 | @code{uniscribe} (@pxref{Windows Fonts,,, emacs, The GNU Emacs | 2285 | shaping). If built with the Cairo drawing, then there are two |
| 2286 | Manual}). On other systems, there is only one available font backend, | 2286 | available font backends: @code{ftcr} (the FreeType font driver on |
| 2287 | so it does not make sense to modify this frame parameter. | 2287 | Cairo) and @code{ftcrhb} (the FreeType font driver on Cairo with |
| 2288 | HarfBuzz text shaping). On MS-Windows, there are currently two | ||
| 2289 | available font backends: @code{gdi} and @code{uniscribe} | ||
| 2290 | (@pxref{Windows Fonts,,, emacs, The GNU Emacs Manual}). On other | ||
| 2291 | systems, there is only one available font backend, so it does not make | ||
| 2292 | sense to modify this frame parameter. | ||
| 2288 | 2293 | ||
| 2289 | @vindex background-mode@r{, a frame parameter} | 2294 | @vindex background-mode@r{, a frame parameter} |
| 2290 | @item background-mode | 2295 | @item background-mode |