TImageEnMView.TopTextFont
 
Declaration
property TopTextFont: TFont;
Description
Specify the font if you use 
ImageTopText 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 
ParentFont = True, all fonts will be inherited from the parent control
See Also
◼BottomTextFont
◼InfoTextFont
◼OnGetTextEx
◼ParentFont