Statement macro
Executes a body of code with a specified scaling.
with-scaling ({medium} {scale-x} {scale-y}) {body} end
duim-sheets
duim-sheets
Executes a body of code with a specified scaling, denoted by scale-x and scale-y. The scaling occurs within the expression medium. This macro calls with-transform to perform the scaling.
The medium specified should be an instance of type <medium>. The scale-x and scale-y should evaluate to an instance of type <real>.