ImageEn, unit iexRichEdit

TIETextAttributes.Pitch

TIETextAttributes.Pitch

Declaration

property Pitch: TFontPitch;

Description

Specify the pitch of the font (fpDefault, fpVariable, or fpFixed).

Example

// Set to fixed-width font pitch
IERichEdit1.SelAttributes.Pitch := fpFixed;