Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

FONTRES



Controls the resolution of Bitstream fonts.
Used in: GOPTIONS statement
Default: NORMAL
Restriction: not supported by Java or ActiveX
See also: FASTTEXT, FCACHE, RENDER, RENDERLIB, SWFONTRENDER

Syntax

Syntax

FONTRES=NORMAL | PRESENTATION

NORMAL

renders fonts in memory using integer rendering routines, which improves character drawing speed for most host systems. NORMAL has the same effect as specifying the default values for these graphics options.

render=memory
renderlib=saswork
fasttext
fcache=0
PRESENTATION

disables the storage or use of rendered versions of Bitstream fonts, but produces the fonts at their highest resolution. FONTRES=PRESENTATION has the same effect as specifying these graphics options:

render=none
renderlib=saswork
nofasttext
fcache=3

Previous Page | Next Page | Top of Page