Share via


IFontRegistrar.Register Method

Definition

Overloads

Register(String, String)

Registers a font in the app font cache.

Register(String, String, Assembly)

Registers a font in the app font cache.

Register(String, String)

Registers a font in the app font cache.

public:
 void Register(System::String ^ filename, System::String ^ alias);
public void Register (string filename, string? alias);
abstract member Register : string * string -> unit
Public Sub Register (filename As String, alias As String)

Parameters

filename
String

The filename of the font to register.

alias
String

An optional alias with which you can also refer to this font.

Applies to

Register(String, String, Assembly)

Registers a font in the app font cache.

public:
 void Register(System::String ^ filename, System::String ^ alias, System::Reflection::Assembly ^ assembly);
public void Register (string filename, string? alias, System.Reflection.Assembly assembly);
abstract member Register : string * string * System.Reflection.Assembly -> unit
Public Sub Register (filename As String, alias As String, assembly As Assembly)

Parameters

filename
String

The filename of the font to register.

alias
String

An optional alias with which you can also refer to this font.

assembly
Assembly

The assembly (not used).

Applies to