TImageEnMIO.PreviewFontEnabled
Declaration
property PreviewFontEnabled: Boolean;
Description
When True, you can use
PreviewFont to specify a custom font for the Preview dialogs.
ImageEnMIO1.PreviewFont.Name := 'Tahoma';
ImageEnMIO1.PreviewFontEnabled := True;