diff options
| author | Lars Ingebrigtsen | 2019-11-01 18:14:17 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-11-01 18:14:17 +0100 |
| commit | fd29402180394d9f7efabee82daaa60d7cdb8b06 (patch) | |
| tree | 15668468b75ad772ca43739c817ac9ec0faa2708 /doc | |
| parent | 0714d6664cd2e836d425d00951bbe599af553952 (diff) | |
| download | emacs-fd29402180394d9f7efabee82daaa60d7cdb8b06.tar.gz emacs-fd29402180394d9f7efabee82daaa60d7cdb8b06.zip | |
Low-Level Font documentation fix
* doc/lispref/display.texi (Low-Level Font): Mention what the data
types the font attributes are (bug#14634).
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 |