FMX.Graphics.TFontStyleExt.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TFontStyleExt

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。