comparison man/cmdargs.texi @ 39074:cb9433671068

(Resources X): Document more attribute* face resources.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 01 Sep 2001 18:00:45 +0000
parents d44abb4e68b2
children a8c0a02f6129
comparison
equal deleted inserted replaced
39073:651bd8eb5307 39074:cb9433671068
1169 @item @var{face}.attributeBackground 1169 @item @var{face}.attributeBackground
1170 Background color for face @var{face}. 1170 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
1177 @section Lucid Menu X Resources 1220 @section Lucid Menu X Resources
1178 @cindex Menu X Resources (Lucid widgets) 1221 @cindex Menu X Resources (Lucid widgets)