FMX.Graphics.TFont.Family

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Family: TFontName read FFamily write SetFamily stored IsFamilyStored;

C++

__property System::Uitypes::TFontName Family = {read=FFamily, write=SetFamily, stored=IsFamilyStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics 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


Code Examples