TdxFontOptions.Name Property
Specifies font typeface.
#Declaration
property Name: TFontName read; write;
#Property Value
Type | Description |
---|---|
TFont |
The typeface name of the current font. |
#Remarks
A font typeface defines appearance of all character glyphs used to display text. Use the Name
property to switch between fonts. The Object Inspector allows you to select a font in a drop-down list:
#Property Value Examples
Value | Example[1] |
---|---|
'Segoe UI' |
![]() |
'Times New Roman' |
![]() |
'Arial' |
![]() |
#Default Value
The Name
property’s default value is an empty string. The default value indicates that the current visual element uses the same font typeface as its parent object.
-
This example demonstrates different
Name
property values. The Size property is set to10
.