PostscriptNameCollisionPolicy Enumeration

Specifies how Add(String) and Merge(FontRegistry) resolve a font whose postscript name is already claimed by a different already-registered font.

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

Syntax

C#
public enum PostscriptNameCollisionPolicy

Members

Member name Description
Replace

Removes the already-registered font and registers the new one.

Skip

The default. Keeps the already-registered font; the new one is ignored.

Throw

Throws DuplicatePostscriptNameException.

Remarks

A byte-identical source is always a silent no-op (AlreadyPresent), regardless of this setting.

See Also

Reference