TdxFontOptions.Size Property
Specifies size of the current font, in typographic points.
Declaration
property Size: Integer read; write;
Property Value
Type | Description |
---|---|
Integer | The current font size, in typographic points. |
Remarks
Use the Size
property to adjust font size.
Examples
Value | Example[1] |
---|---|
10 |
|
12 |
Default Value
Different visual elements define different default Size
property values.
Footnotes
-
This example demonstrates different
Size
property values. The Name property is set to'Segoe UI'
.
See Also