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)
public class DuplicateFamilyStyleException : FontException
Merge(FontRegistry) validates and reports every conflict in the batch at once, via Conflicts, instead of failing on the first one.