FontResolver Constructor

Creates the FontResolver object with the given path to the font cache.

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

Syntax

C#
public FontResolver(
	string cachePath
)

Parameters

cachePath

Type: System.String

Path to the folder to download fonts to.

See Also

Reference