FontRegistry.Contains Method (String, String)

Checks whether the FontRegistry contains a font with the given family name and style.

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

Syntax

C#
public bool Contains(
	string family,
	string style
)

Parameters

family

Type: System.String

Font family name.
style

Type: System.String

Font style.

Return Value

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

See Also

Reference