Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

text-style-mapping-setter

Generic function

Summary

Sets the mapping for the specified text style on the specified port.

Signature

text-style-mapping-setter font port text-style #key character-set => font

Arguments

font
An instance of type <object>.

port
An instance of type <port>.

text-style
An instance of type <text-style>.

character-set
An instance of type <object>.

Values

font
An instance of type <object>.

Library

duim-sheets

Module

duim-sheets

Description

Sets the mapping for text-style on port to the specified font. This function lets you have some control over the way in which different text styles are displayed on different servers, depending on the connection. Using this function, for instance, it is possible to define how colored text is displayed on monochrome displays, or how fonts specified by text-style are mapped onto fonts available on the display.

If character-set is specified, then this character set is used instead of the default. This is most useful for non-English displays.

See also

text-style-mapping, page 368

text-style-mapping-exists?, page 369

<undefined-text-style-mapping>, page 372


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index