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[1].

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

    See Also