TIEGlobalSettings.DefaultFontName
Declaration
property DefaultFontName: string;
Description
The font name that is returned whenever a default font is needed (guaranteed to exist on Windows, e.g. "Arial").
Default: Arial
Example
// Use "Tahoma" as the default dialog font in ImageEn
IEGlobalSettings().DefaultFontName := 'Tahoma';