FMX.Types.TFont.Family
From RAD Studio API Documentation
Delphi
property Family: TFontName read FFamily write SetFamily stored IsFamilyStored;
C++
__property System::Uitypes::TFontName Family = {read=FFamily, write=SetFamily, stored=IsFamilyStored};
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TFont |
Description
Identifies the typeface of the font.
Use Family to specify the typeface of the font. Family is the equivalent of Vcl.Graphics.TFont.Name in the VCL.
See Also