FMX.Graphics.TFontStyleExt.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function Create(const AWeight: TFontWeight = TFontWeight.Regular;
const AStant: TFontSlant = TFontSlant.Regular; const AStretch: TFontStretch = TFontStretch.Regular;
const AOtherStyles: TFontStyles = []): TFontStyleExt; overload; static; inline;
class function Create(const AStyle: TFontStyles): TFontStyleExt; overload; static; inline;

C++

static TFontStyleExt __fastcall Create(const TFontWeight AWeight = (TFontWeight)(0x4), const TFontSlant AStant = (TFontSlant)(0x0), const TFontStretch AStretch = (TFontStretch)(0x4), const System::Uitypes::TFontStyles AOtherStyles = System::Uitypes::TFontStyles() )/* overload */;
static TFontStyleExt __fastcall Create(const System::Uitypes::TFontStyles AStyle)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TFontStyleExt


Beschreibung

Ist ein Konstruktor, der das Erstellen des erweiterten Stils aus TFontStyles ermöglicht.