Next Previous Up Top Contents Index

4.3 DUIM-DCs Module

text-style-components

Generic function

Summary

Returns the components of a text style as the values family, face, slant, size, underline and strikeout.

Signature

text-style-components text-style => family weight slant size underline? strikeout?

Arguments

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

Values

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

weight
An instance of type one-of(#"normal", #"condensed", #"thin", #"extra-light", #"light", #"medium", #"demibold", #"bold", #"extra-bold", #"black", #f).

slant
An instance of type one-of(#"roman", #"italic", #"oblique", #f).

size
An instance of <integer>, or an instance of type one-of(#"normal", #"tiny", #"very-small", #"small", #"large", #"very-large:", #"huge", #"smaller", #"larger", #f). Default value: #f.

underline?
An instance of type <boolean>.

strikeout?
An instance of type <boolean>.

Library

duim-dcs

Module

duim-dcs

Description

Returns the components of the text style text-style as the values family, face, slant, size, underline and strikeout.

See also

<text-style>, page 185

text-style?, page 187

text-style-family, page 189

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