ImageEn, unit imageenproc |
|
TImageEnProc.PreviewFontEnabled
Declaration
property PreviewFontEnabled: Boolean;
Description
If you set PreviewFontEnabled to True then you can use
PreviewFont to specify a custom font for the
DoPreviews dialogs.
ImageEnView1.Proc.PreviewFont.Name := 'Tahoma';
ImageEnView1.Proc.PreviewFontEnabled := True;
ImageEnView1.Proc.DoPreviews([peAll]);