FMX.Graphics.TFontStyleExt.Create

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
function public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TFontStyleExt

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!