CustomFontRegistry.Remove Method

Removes a font from the customer's font registry.

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

Syntax

C#
public bool Remove(
	string postscriptName
)

Parameters

postscriptName

Type: System.String

The postscript name of the font to remove.

Return Value

true if the font was found and removed; otherwise, false.

See Also

Reference