Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

text-style-mapping

Generic function

Summary

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

Signature

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

Arguments

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

Returns the mapping for text-style on port. Mapping text styles onto fonts lets you control how different text styles are displayed on different servers, depending on the connection. 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-exists?, page 369

text-style-mapping-setter, page 370

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


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index