diff options
| author | Eli Zaretskii | 2001-09-01 18:00:45 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-01 18:00:45 +0000 |
| commit | ee10c4ec186a3855fdf107a0c4737dfa47071a8d (patch) | |
| tree | 113b9c291e4959ac895be149304716af20f12991 | |
| parent | 9a249bba2ac88d04658c23586c36274af854568f (diff) | |
| download | emacs-ee10c4ec186a3855fdf107a0c4737dfa47071a8d.tar.gz emacs-ee10c4ec186a3855fdf107a0c4737dfa47071a8d.zip | |
(Resources X): Document more attribute* face resources.
| -rw-r--r-- | man/cmdargs.texi | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 00441289169..4204fb2934d 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -1171,6 +1171,49 @@ Background color for face @var{face}. | |||
| 1171 | @item @var{face}.attributeUnderline | 1171 | @item @var{face}.attributeUnderline |
| 1172 | Underline flag for face @var{face}. Use @samp{on} or @samp{true} for | 1172 | Underline flag for face @var{face}. Use @samp{on} or @samp{true} for |
| 1173 | yes. | 1173 | yes. |
| 1174 | @item @var{face}.attributeFamily | ||
| 1175 | Font family for face @var{face}. | ||
| 1176 | @item @var{face}.attributeWidth | ||
| 1177 | Relative proportional width of the font to use for face @var{face}. | ||
| 1178 | It should be one of @code{ultra-condensed}, @code{extra-condensed}, | ||
| 1179 | @code{condensed}, @code{semi-condensed}, @code{normal}, | ||
| 1180 | @code{semi-expanded}, @code{expanded}, @code{extra-expanded}, or | ||
| 1181 | @code{ultra-expanded}. | ||
| 1182 | @item @var{face}.attributeHeight | ||
| 1183 | Height of the font to use for face @var{face}: either an integer | ||
| 1184 | specifying the height in units of 1/10@dmn{pt}, or a floating point | ||
| 1185 | number that specifies a scale factor to scale the underlying face's | ||
| 1186 | default font, or a function to be called with the default height which | ||
| 1187 | will return a new height. | ||
| 1188 | @item @var{face}.attributeWeight | ||
| 1189 | A weight to use for the face @var{face}. It must be one of | ||
| 1190 | @code{ultra-bold}, @code{extra-bold}, @code{bold}, | ||
| 1191 | @code{semi-bold}, @code{normal}, @code{semi-light}, @code{light}, | ||
| 1192 | @code{extra-light}, @code{ultra-light}. | ||
| 1193 | @item @var{face}.attributeSlant | ||
| 1194 | The slant to use for the font of face @var{face}. It must be one of | ||
| 1195 | @code{italic}, @code{oblique}, @code{normal}, | ||
| 1196 | @code{reverse-italic}, or @code{reverse-oblique}. | ||
| 1197 | @item @var{face}.attributeStrikeThrough | ||
| 1198 | Whether the face @var{face} should be drawn with a line striking | ||
| 1199 | through the characters. | ||
| 1200 | @item @var{face}.attributeOverline | ||
| 1201 | Whether the characters in the face @var{face} should be overlined. | ||
| 1202 | @item @var{face}.attributeBox | ||
| 1203 | Whether to draw a box around the characters in face @var{face}. | ||
| 1204 | @item @var{face}.attributeInverse | ||
| 1205 | Whether to display the characters in face @var{face} in inverse | ||
| 1206 | video. | ||
| 1207 | @item @var{face}.attributeStipple | ||
| 1208 | The name of a pixmap data file to use for the stipple pattern, or | ||
| 1209 | @code{false} to not use stipple for the face @var{face}. | ||
| 1210 | @item @var{face}.attributeBackgroundPixmap | ||
| 1211 | The background pixmap for the face @var{face}. Should be a name of a | ||
| 1212 | pixmap file or @code{false}. | ||
| 1213 | @item @var{face}.attributeBold | ||
| 1214 | Whether to draw the characters in the face @var{face} as bold. | ||
| 1215 | @item @var{face}.attributeItalic | ||
| 1216 | Whether to draw the characters in the face @var{face} as italic. | ||
| 1174 | @end table | 1217 | @end table |
| 1175 | 1218 | ||
| 1176 | @node Lucid Resources | 1219 | @node Lucid Resources |