Graphics Options and Device Parameters Dictionary |
Specifies the method used to render system fonts.
Used in: |
GOPTIONS statement
|
Default: |
device- dependent
|
Restriction: |
not supported by Java or ActiveX
|
SWFONTRENDER = POLYGON | SCANLINE
|
-
SWFONTRENDER = POLYGON
-
uses polygon rendering
-
SWFONTRENDER = SCANLINE
-
uses scanline rendering
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.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.