diff options
| author | Daniel Colascione | 2011-12-29 17:20:26 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-12-29 17:20:26 +0100 |
| commit | 43da4d0843adc5e642d9b9b58f01ad4822c6d600 (patch) | |
| tree | 9ccca9371bbad3c30cde82484f19f08bdb6e653e | |
| parent | 0ed49f9399f8865af366b7b8763aa07dd181f325 (diff) | |
| download | emacs-43da4d0843adc5e642d9b9b58f01ad4822c6d600.tar.gz emacs-43da4d0843adc5e642d9b9b58f01ad4822c6d600.zip | |
doc/lispref/frames.texi: Document w32 font backends (bug#10399).
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d4f9ab747ed..1e7132f78d9 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-12-29 Daniel Colascione <dan.colascione@gmail.com> | ||
| 2 | |||
| 3 | * frames.texi (Font and Color Parameters): | ||
| 4 | Document w32 font backends (bug#10399). | ||
| 5 | |||
| 1 | 2011-12-28 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2011-12-28 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | * files.texi (File Attributes, Changing Files): | 8 | * files.texi (File Attributes, Changing Files): |
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index dad1f28026e..33293de9e0f 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -888,9 +888,11 @@ and bar becomes a narrower bar). | |||
| 888 | A list of symbols, specifying the @dfn{font backends} to use for | 888 | A list of symbols, specifying the @dfn{font backends} to use for |
| 889 | drawing fonts in the frame, in order of priority. On X, there are | 889 | drawing fonts in the frame, in order of priority. On X, there are |
| 890 | currently two available font backends: @code{x} (the X core font | 890 | currently two available font backends: @code{x} (the X core font |
| 891 | driver) and @code{xft} (the Xft font driver). On other systems, there | 891 | driver) and @code{xft} (the Xft font driver). On Windows, there |
| 892 | is only one available font backend, so it does not make sense to | 892 | are currently two available font backends: @code{gdi} and |
| 893 | modify this frame parameter. | 893 | @code{uniscribe}. On other systems, there is only one available |
| 894 | font backend, so it does not make sense to modify this frame | ||
| 895 | parameter. | ||
| 894 | 896 | ||
| 895 | @vindex background-mode, a frame parameter | 897 | @vindex background-mode, a frame parameter |
| 896 | @item background-mode | 898 | @item background-mode |