A script-enabled browser is required for this page to function properly.

SRW.SET_FONT_FACE built-in procedure

This procedure specifies font face for a CHAR, DATE, or NUMBER field. This procedure is ignored in character-mode reports.

Syntax

SRW.SET_FONT_FACE('face');

Parameter

Description

face

Is the font face, for example, arial.

GUI access

You can also define the face parameter using the Reports Builder user interface:

Property Inspector (templates only)

Set the Font property.

user interface

See Changing text attributes.

See also

About the Reports Builder built-in package (SRW)

SRW built-in package