ImageEn, unit imageenproc

TImageEnProc.PreviewFont

TImageEnProc.PreviewFont


Declaration

property PreviewFont: TFont;


Description

If PreviewFontEnabled is set to True then PreviewFont specifies the font used in the DoPreviews dialog. Ensure the size of the font matches the length of labels.


Example

ImageEnView1.Proc.PreviewFont.Name := 'Tahoma';
ImageEnView1.Proc.PreviewFontEnabled := True;
ImageEnView1.Proc.DoPreviews([peAll]);