Statement macro
Runs a body of code in the context of a text style.
with-text-style ({medium} #rest {style-initargs}*) {body} end
duim-sheets
duim-sheets
Executes body using the text style characteristics specified by style-initargs, and applies the results to medium.
The medium specified should be an instance of type <medium>. The style-initargs can be any valid arguments that specify an instance of <text-style>.
Methods for do-with-text-style are invoked to run the code.