FontResolver.AddSource Method

Adds the given font source.

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

Syntax

C#
public void AddSource(
	IFontSource fontSource
)

Parameters

fontSource

Type: Aurigma.GraphicsMill.Templates.IFontSource

The font source to add.

See Also

Reference