Chapter Contents

Previous

Next
FONTRES

FONTRES



Controls the resolution of software fonts.

Used in: GOPTIONS statement
Default: NORMAL
See also: FASTTEXT, FCACHE, RENDER, RENDERLIB


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


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.