ImageEn, unit iexRichEdit
TIETextAttributes.Name
TIETextAttributes
.Name
Declaration
property Name: TFontName;
Description
Specify the name of the font.
Example
// Set the font to Arial
IERichEdit1.SelAttributes.Name := 'Arial';