CustomFontRegistry.Add Method (Stream)

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(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

A Stream containing the font data.

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