CustomFontRegistry.Add Method (String)

Adds new font to the customer's font registry.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public string Add(
	string path
)

Parameters

path

Type: System.String

A string specifying the path to the font.

Return Value

The font name.

See Also

Reference