ImageEn, unit iexRichEdit

TIETextAttributes.Height

TIETextAttributes.Height

Declaration

property Height: Integer;

Description

Specify the height of the font in pixels. This is related to the Size property.

Example

// Set font height to 20 pixels
IERichEdit1.SelAttributes.Height := 20;