ImageEn, unit ieMView

TImageEnMView.InfoTextFont

TImageEnMView.InfoTextFont

Declaration

property InfoTextFont: TFont;

Description

Specify the font if you use ImageInfoText to add text to your thumbnails.


Note:
◼If you need to change the font or styling of particular thumbnails, use the OnGetTextEx event
◼This value may be overridden by VCL theming colors. Set EnableTheming to False to prevent this
◼If Style is iemsColumns then InfoTextFont is also used for the header row font (though it can be overridden in the OnGetTextEx event)
◼If ParentFont = True, all fonts will be inherited from the parent control

Example

// Set font
ImageEnMView1.InfoTextFont.Height := 14;
ImageEnMView1.InfoTextFont.Name := 'Arial';

See Also

◼BottomTextFont
◼TopTextFont
◼OnGetTextEx
◼ParentFont