DuplicateFamilyStyleException Class

Represents the error that occurs when adding a font would make a (family, style) pair resolve to more than one postscript name, and FamilyStyleCollisionPolicy is Throw.

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

Syntax

C#
public class DuplicateFamilyStyleException : FontException

Remarks

Merge(FontRegistry) validates and reports every conflict in the batch at once, via Conflicts, instead of failing on the first one.

Inheritance Hierarchy

System.Object
L System.Exception
L Aurigma.GraphicsMill.GMException
L Aurigma.GraphicsMill.FontException
L Aurigma.GraphicsMill.DuplicateFamilyStyleException

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference