Specifies how Add(String) and Merge(FontRegistry) resolve a font whose postscript name is already claimed by a different already-registered font.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public enum PostscriptNameCollisionPolicy
| Member name | Description |
|---|---|
| Replace |
Removes the already-registered font and registers the new one. |
| Skip |
The default. Keeps the already-registered font; the new one is ignored. |
| Throw |
Throws DuplicatePostscriptNameException. |
A byte-identical source is always a silent no-op (AlreadyPresent), regardless of this setting.