Represents the error that occurs when an alias passed to AddFontAlias(String, String) already resolves to a different registered font.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public class DuplicateFontAliasException : FontException
Always thrown regardless of the registry's collision policies - an alias is an explicit, deliberate mapping from the caller, so silently shadowing an unrelated font would be a worse failure mode than refusing it outright.