Skip to main content
All docs
V26.1
  • TCustomText.FontName Property

    Specifies the font typeface used to display label text.

    Declaration

    property FontName: string read; write;

    Property Value

    Type Description
    string

    The current font typeface.

    Remarks

    Use FontName and FontSize properties to change font typeface and size used to display label text.

    In addition, you can use the TextColor property to override the text color determined by global skin and palette settings.

    See Also