FamilyStyleCollisionPolicy Enumeration

Specifies how Add(String) and Merge(FontRegistry) resolve a font whose (family, style) pair is already claimed by a different already-registered font.

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

Syntax

C#
public enum FamilyStyleCollisionPolicy

Members

Member name Description
AddAlias

The default. Does not register the new font; its postscript name is aliased onto the incumbent instead.

Replace

Removes the incumbent font and registers the new one.

Skip

Does not register the new font; its postscript name resolves to nothing.

Throw

Throws DuplicateFamilyStyleException.

See Also

Reference