ImageEn, unit iexRichEdit

TIETextAttributes.Size

TIETextAttributes.Size

Declaration

property Size: Integer;

Description

Specify the size of the font in points.

Example

// Set font size to 12 points
IERichEdit1.SelAttributes.Size := 12;