FMX.Graphics.TFontStyleExt.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !