Vcl.Direct2D.TDirect2DFont.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: TFontName read FName write FName;

C++

__property System::Uitypes::TFontName Name = {read=FName, write=FName};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DFont

Description

Identifies the typeface of the font.

Use Name to specify the typeface of the font.

Note: If the combination of font family (typeface) and attributes (such as bold or italic) specifies a font that is not available on the system, the system substitutes it for a different font.

See Also