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

SRW.SET_FONT_SIZE built-in procedure

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

Syntax

SRW.SET_FONT_SIZE(size);

Parameter

Description

size

 Is the font size, for example, 9 (point).

GUI access

You can also define this attribute 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