diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 23758f6be96..492104ddf07 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -3660,7 +3660,10 @@ The font name (a string), in either XLFD, Fontconfig, or GTK+ format. | |||
| 3660 | @itemx :slant | 3660 | @itemx :slant |
| 3661 | @itemx :width | 3661 | @itemx :width |
| 3662 | These have the same meanings as the face attributes of the same name. | 3662 | These have the same meanings as the face attributes of the same name. |
| 3663 | @xref{Face Attributes}. | 3663 | @xref{Face Attributes}. @code{:family} and @code{:foundry} are |
| 3664 | strings, while the other three are symbols. As example values, | ||
| 3665 | @code{:slant} may be @code{italic}, @code{:weight} may be @code{bold} | ||
| 3666 | and @code{:width} may be @code{normal}. | ||
| 3664 | 3667 | ||
| 3665 | @item :size | 3668 | @item :size |
| 3666 | The font size---either a non-negative integer that specifies the pixel | 3669 | The font size---either a non-negative integer that specifies the pixel |