Page 91 Table of Contents Index Page 93
Chapters
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
A, B, C, D, E



CHAPTER 11. TEXT STYLES

character-set defaults to the standard character set.

=> (setf text-style-mapping) mapping port text-style &optional character-set [Generic Function]
Sets the text style mapping for port, character-set, and text-style to mapping. port, character-set,
and text-style are as for text-style-mapping. mapping is either a font name or a list of the
form (:style family face size); in the latter case, the given style is translated at runtime into
the font represented by the specified style.

character-set defaults to the standard character set.

=> make-device-font-text-style display-device device-font-name [Function]
Returns a text style object that will be mapped directly to the specified device font when text
is output to a to the display device with this style. Device font styles do not merge with any
other kind of style.


Page 91 Table of Contents Index Page 93
Chapters
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
A, B, C, D, E