CustomFontRegistry.Add Method (Stream)

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

Parameters

stream

Type: System.IO.Stream

A file containing the font description.

Return Value

The font name.

See Also

Reference