FMX.TextLayout.TTextAttribute.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AFont: TFont;  AColor : TAlphaColor); overload;
constructor Create(const AExisting: TTextAttribute;  const ANewFont: TFont); overload;
constructor Create(const AExisting: TTextAttribute;  ANewColor: TAlphaColor); overload;

C++

__fastcall TTextAttribute(Fmx::Graphics::TFont* const AFont, System::Uitypes::TAlphaColor AColor)/* overload */;
__fastcall TTextAttribute(const TTextAttribute &AExisting, Fmx::Graphics::TFont* const ANewFont)/* overload */;
__fastcall TTextAttribute(const TTextAttribute &AExisting, System::Uitypes::TAlphaColor ANewColor)/* overload */;
TTextAttribute() {}

Properties

Type Visibility Source Unit Parent
constructor public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextAttribute

Description

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