FTEXT

Sets the default font for all text.
Used by: GOPTIONS statement
Default: Default deviceresident font (except the first title)
Restriction: partially supported by Java or ActiveX
See: FTITLE

Syntax

FTEXT=text-font

Parameter Values

text-font
specifies the font for all text on the graphics output. See Specifying Fonts in SAS/GRAPH Programs for information about specifying fonts.

Details

The FTITLE= graphics option overrides FTEXT= for the first title. Not all fonts are supported by the ActiveX and Java devices.
Note: When you use ODS to send graphics to an HTML destination, and titles and footnotes are rendered as part of the HTML body file instead of the graphic image, you must specify the ODS USEGOPT statement for this option to work. See Using Graphics Options with ODS (USEGOPT) for more information.