CustomFontRegistry.Add Method (String)

Adds a font to the customer's font registry.

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

Syntax

C#
public ReadOnlyCollection<FontAddResult> Add(
	string path
)

Parameters

path

Type: System.String

The path to the font file.

Return Value

A read-only collection with one FontAddResult for each font in the file, describing whether the font was added, and how any collision was resolved.

See Also

Reference