CustomFontRegistry.Merge Method (FontRegistry)

Adds every font from source into this registry.

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

Syntax

C#
public ReadOnlyCollection<FontAddResult> Merge(
	FontRegistry source
)

Parameters

source

Type: Aurigma.GraphicsMill.Drawing.FontRegistry

The font registry to merge fonts from.

Return Value

A FontAddResult collection with one entry per font in source, in the same order.

See Also

Reference