comparison lispref/display.texi @ 25809:89230444d638

patched by pjr from diff by rms
author Phillip Rulon <pjr@gnu.org>
date Fri, 24 Sep 1999 13:52:46 +0000
parents 467b88fab665
children 6a17c48b52ef
comparison
equal deleted inserted replaced
25808:86273069818a 25809:89230444d638
1299 Font weight---a symbol from this series (from most dense to most faint): 1299 Font weight---a symbol from this series (from most dense to most faint):
1300 @code{ultra-bold}, @code{extra-bold}, @code{bold}, @code{semi-bold}, 1300 @code{ultra-bold}, @code{extra-bold}, @code{bold}, @code{semi-bold},
1301 @code{normal}, @code{semi-light}, @code{light}, @code{extra-light}, 1301 @code{normal}, @code{semi-light}, @code{light}, @code{extra-light},
1302 @code{ultra-light}, or else @code{nil} meaning this attribute is not 1302 @code{ultra-light}, or else @code{nil} meaning this attribute is not
1303 specified. 1303 specified.
1304 1304
1305 On a text-only terminal, any weight greater than normal is displayed as
1306 extra bright, and any weight less than normal is displayed as
1307 half-bright (This is provided the terminal supports the feature.)
1308
1305 @item :slant 1309 @item :slant
1306 Font slant---one of the symbols @code{italic}, @code{oblique}, @code{normal}, 1310 Font slant---one of the symbols @code{italic}, @code{oblique}, @code{normal},
1307 @code{reverse-italic}, or @code{reverse-oblique}. 1311 @code{reverse-italic}, or @code{reverse-oblique}.
1308 1312
1313 On a text-only terminal, slanted text is displayed as half-bright, if
1314 the terminal supports the feature.
1315
1309 @item :foreground 1316 @item :foreground
1310 Foreground color, a string. 1317 Foreground color, a string.
1311 1318
1312 @item :background 1319 @item :background
1313 Background color, a string. 1320 Background color, a string.