CustomFontRegistry.Merge Method (FontRegistry, IEnumerable<String>)

Adds the fonts identified by postscriptNames from source into this registry.

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

Syntax

C#
public ReadOnlyCollection<FontAddResult> Merge(
	FontRegistry source,
	IEnumerable<string> postscriptNames
)

Parameters

source

Type: Aurigma.GraphicsMill.Drawing.FontRegistry

The font registry to merge fonts from.
postscriptNames

Type: System.Collections.Generic.IEnumerable<String>

The postscript names of the fonts in source to merge.

Return Value

A FontAddResult collection with one entry per requested postscript name, in the same order.

See Also

Reference