Generic function
Returns the components of a text style as the values family, face, slant, size, underline and strikeout.
text-style-components text-style => family weight slant size underline? strikeout?
<text-style>.
one-of(#"fix", #"serif", #"sans-serif", #f).
one-of(#"normal", #"condensed", #"thin", #"extra-light", #"light", #"medium", #"demibold", #"bold", #"extra-bold", #"black", #f).
one-of(#"roman", #"italic", #"oblique", #f).
<integer>, or an instance of type one-of(#"normal", #"tiny", #"very-small", #"small", #"large", #"very-large:", #"huge", #"smaller", #"larger", #f). Default value: #f.
<boolean>.
<boolean>.
duim-dcsduim-dcsReturns the components of the text style text-style as the values family, face, slant, size, underline and strikeout.
text-style-strikeout?, page 191