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.
In addition, you can use the TextColor property to override the text color determined by global skin and palette settings.
See Also