TextSetFontSize @Command (Formula Language)

Displays text using the specified point size.

Syntax

@Command( [TextSetFontSize]; size )

Parameters

size

Text. The font size you want. If you specify a nonexistent size, Notes® uses the closest match.

Usage

  • A document must be open in Edit mode with the insertion point in a rich text field

    or

  • A form, subform, or page must be open in Design mode

It is most convenient to use a toolbar button to invoke this command if the text is already selected

This command does not work on the Web.

Examples

This formula sets the font size to 10 points.
@Command([TextSetFontSize]; "10")