AmbiguousFontCollisionException Class

Represents the error that occurs when a font being added has its (family, style) pair owned by one already-registered font, and its postscript name owned by a different already-registered font.

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

Syntax

C#
public class AmbiguousFontCollisionException : FontException

Remarks

Always thrown, regardless of either collision policy - there is no reading of either policy that resolves this case without silently ignoring one of the two conflicts.

Inheritance Hierarchy

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

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