AUTOSIZE

Controls whether to change the size of the character cells in order to preserve the number of rows and columns specified in the device entry.
Used by: GOPTIONS statement
Default: device-dependent
Restriction: not supported by Java or ActiveX
See: DEVOPTS

Syntax

AUTOSIZE=ON | OFF | DEFAULT

Parameter Values

ON
changes the cell size in order to preserve the number of rows and columns.
OFF
preserves the device's original cell size and temporarily changes the number of rows and columns.
DEFAULT
uses the default setting (ON or OFF) that is controlled by DEVOPTS bit 50 (see DEVOPTS ).

Details

AUTOSIZE is useful when you change the size of the graphics display area using one or more of the options PAPERSIZE, XPIXELS, YPIXELS, XMAX, or YMAX. It lets you control image text size without using PROC GDEVICE. Typically, AUTOSIZE is on for most image drivers and off for all other types of drivers.
Note: If you use HSIZE of VSIZE, the character cell size changes regardless of the AUTOSIZE setting.