SWFONTRENDER

Specifies the method used to render system fonts.
Used by: GOPTIONS statement
Default: device-dependent
Restriction: not supported by Java or ActiveX

Syntax

SWFONTRENDER = POLYGON | SCANLINE

Parameter Values

SWFONTRENDER = POLYGON
uses polygon rendering
SWFONTRENDER = SCANLINE
uses scanline rendering

Details

SWFONTRENDER determines the method used to render system text to a vector graphics file. In some graphics formats, SCANLINE rendering can produce better quality output might be distorted if the output is replayed on a device with a different resolution than the original device. If the system text is rendered as a POLYGON, resizing the graph will not distort the text.