get-scaling in ps-setup%
( -> void
send a-ps-setup get-scaling x y)
x : boxed non-negative real number
y : boxed non-negative real number
Gets the scaling factor for PostScript output.
The x box is filled with the horizontal scaling factor.
The y box is filled with the vertical scaling factor.
The default is 0.8 by 0.8.
This scale is in addition to a scale that can be set by
set-scale in a post-script-dc% context. The
size reported by
get-size is the size of the selected paper type (transposed for
landscaped mode) divided by this scale.