F > FStyleFormat.textSize

 

FStyleFormat.textSize

Availability

Flash Player 6.

Usage

myStyleFormat.textSize

Description

Property; an integer specifying the point size of text displayed in components assigned to the style format. The default setting for this property is 12-point text.

You must use FStyleFormat.applyChanges when updating properties with a new value.

Example

The following code specifies 10-point text for all components assigned to formStyleFormat.

formStyleFormat.textSize = 10;

See also

FStyleFormat.textFont