FontRegistry.Contains Method (String)

Checks whether the FontRegistry contains a font with the given postscript name.

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

Syntax

C#
public bool Contains(
	string postscriptName
)

Parameters

postscriptName

Type: System.String

Postscript name of a font.

Return Value

true if the font is found in the FontRegistry; otherwise, false.

See Also

Reference