Next Previous Up Top Contents Index

4.3 DUIM-DCs Module

text-style-family

Generic function

Summary

Returns the family component of the specified text style.

Signature

text-style-family text-style => family

Arguments

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

Values

family
An instance of type one-of(#"fix", #"serif", #"sans-serif", #f).

Library

duim-dcs

Module

duim-dcs

Description

Returns the family component of the specified text style.

See also

<text-style>, page 185

text-style?, page 187

text-style-components, page 188

text-style-size, page 190

text-style-slant, page 191

text-style-strikeout?, page 191

text-style-underline?, page 192

text-style-weight, page 193


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index