Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

SWFONTRENDER



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

Syntax
Details

Syntax

SWFONTRENDER = POLYGON | SCANLINE

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.

Previous Page | Next Page | Top of Page