Next Previous Up Top Contents Index

4.3 DUIM-DCs Module

text-style-weight

Generic function

Summary

Returns the weight component of the specified text style.

Signature

text-style-weight text-style => weight

Arguments

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

Values

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

Library

duim-dcs

Module

duim-dcs

Description

Returns the weight component of the text style.

See also

<text-style>, page 185

text-style?, page 187

text-style-components, page 188

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


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index