Removes a previously-added user alias from an already-registered font.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public bool RemoveFontAlias( string postscriptName, string alias )
Type: System.String
The postscript name of an already-registered font.Type: System.String
The alias to remove.true if the alias was found and removed; false if postscriptName does not resolve to any registered font, or alias is not currently one of its user aliases.