TCustomText.FontSize Property
Specifies font size.
Declaration
property FontSize: Integer read; write;
Property Value
| Type | Description |
|---|---|
| Integer | The font size used to display label text. |
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