Vcl.Skia.TSkTypefaceManager.RegisterTypeface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure RegisterTypeface(const AFileName: string); overload; static; deprecated 'Use TSkDefaultProviders.RegisterTypeface instead';
class procedure RegisterTypeface(const AStream: TStream); overload; static; deprecated 'Use TSkDefaultProviders.RegisterTypeface instead';

C++

static void __fastcall RegisterTypeface _DEPRECATED_ATTRIBUTE1("Use TSkDefaultProviders.RegisterTypeface instead") (const System::UnicodeString AFileName)/* overload */;
static void __fastcall RegisterTypeface _DEPRECATED_ATTRIBUTE1("Use TSkDefaultProviders.RegisterTypeface instead") (System::Classes::TStream* const AStream)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Skia.pas
Vcl.Skia.hpp
Vcl.Skia TSkTypefaceManager

Description

Embarcadero Technologies does not currently have any additional information.