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.
Footnotes
-
TdxSplashFormBase.TCustomText class descendants implement different properties that define label content:
- TdxSplashFormBase.TText.Text
- TdxSplashFormBase.TApplicationProperty.Property
- TdxSplashFormBase.TFormattedApplicationInfo.DisplayMask
See Also