Vcl.Graphics.TFont.Name
Delphi
property Name: TFontName read GetName write SetName;
C++
__property System::Uitypes::TFontName Name = {read=GetName, write=SetName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TFont |
Description
Identifies the typeface of the font.
Use Name to specify the typeface of the font. If the font family described by Name includes multiple character sets, be sure to set the Charset property as well.
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 a different font.
See Also
Code Examples