Skip to main content

TdxFontOptions.Name Property

Specifies font typeface.

Declaration

property Name: TFontName read; write;

Property Value

Type Description
TFontName

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:

The Name Property in the Object Inspector

Examples

Value Example[1]
'Segoe UI' Segoe UI
'Times New Roman' Times New Roman
'Arial' 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.

Footnotes
  1. This example demonstrates different Name property values. The Size property is set to 10.

See Also