FontResolver.Find Method

Checks if there is the given font in this fetcher's FontRegistry.

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

Syntax

C#
public bool Find(
	string fontName
)

Parameters

fontName

Type: System.String

Return Value

true if there is the given font in this fetcher's FontRegistry, false otherwise.

See Also

Reference