Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

LFACTOR



Selects the default hardware line thickness.
Used in: GOPTIONS statement; GDEVICE procedure; GDEVICE Parameters window
Default: device-dependent
Restriction: Used only with devices that can draw hardware lines of varying thicknesses. Not supported by Java or ActiveX.

Syntax
Details

Syntax

LFACTOR=line-thickness-factor

line-thickness-factor

can range from 0 through 9999. A value of 0 for LFACTOR is the same as a factor of 1. Lines are drawn line-thickness-factor times as thick as normal.


Details

LFACTOR is useful when you are printing graphics output on a plotter. Depending on the orientation and type of device, some plotters might require LFACTOR=10 to get the same thickness of lines as on the display of some devices.

Previous Page | Next Page | Top of Page