IFontSource.GetFont Method

Gets a font from the source.

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

Syntax

C#
                string GetFont(
	string fontName,
	string cachePath
)

Parameters

fontName

Type: System.String

The name of the font.
cachePath

Type: System.String

Return Value

The font data as a byte array.

See Also

Reference