aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-01 18:00:45 +0000
committerEli Zaretskii2001-09-01 18:00:45 +0000
commitee10c4ec186a3855fdf107a0c4737dfa47071a8d (patch)
tree113b9c291e4959ac895be149304716af20f12991
parent9a249bba2ac88d04658c23586c36274af854568f (diff)
downloademacs-ee10c4ec186a3855fdf107a0c4737dfa47071a8d.tar.gz
emacs-ee10c4ec186a3855fdf107a0c4737dfa47071a8d.zip
(Resources X): Document more attribute* face resources.
-rw-r--r--man/cmdargs.texi43
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
1172Underline flag for face @var{face}. Use @samp{on} or @samp{true} for 1172Underline flag for face @var{face}. Use @samp{on} or @samp{true} for
1173yes. 1173yes.
1174@item @var{face}.attributeFamily
1175Font family for face @var{face}.
1176@item @var{face}.attributeWidth
1177Relative proportional width of the font to use for face @var{face}.
1178It 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
1183Height of the font to use for face @var{face}: either an integer
1184specifying the height in units of 1/10@dmn{pt}, or a floating point
1185number that specifies a scale factor to scale the underlying face's
1186default font, or a function to be called with the default height which
1187will return a new height.
1188@item @var{face}.attributeWeight
1189A 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
1194The 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
1198Whether the face @var{face} should be drawn with a line striking
1199through the characters.
1200@item @var{face}.attributeOverline
1201Whether the characters in the face @var{face} should be overlined.
1202@item @var{face}.attributeBox
1203Whether to draw a box around the characters in face @var{face}.
1204@item @var{face}.attributeInverse
1205Whether to display the characters in face @var{face} in inverse
1206video.
1207@item @var{face}.attributeStipple
1208The 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
1211The background pixmap for the face @var{face}. Should be a name of a
1212pixmap file or @code{false}.
1213@item @var{face}.attributeBold
1214Whether to draw the characters in the face @var{face} as bold.
1215@item @var{face}.attributeItalic
1216Whether 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