Declaration
property LabelFont: TFont;
Description
Specifies the font of the label text.
// Sets 'Arial' as font type for the current line layer
TIELineLayer( ImageEnView1.CurrentLayer ).LabelFont.Name := 'Arial';
ImageEnView1.Update();
See Also
◼TextOverflow◼LabelAlignment◼LabelPosition◼LabelShape◼LabelText◼LabelHorzMargin◼LabelVertMargin