SvgReader.FontRegistry Property

Gets or sets a FontRegistry associated with this SvgReader.

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

Syntax

C#
public FontRegistry FontRegistry { get; set; }

Property Value

The FontRegistry associated with this SvgReader.

Remarks

By default, SvgReader.FontRegistry contains the installed system fonts, but you can replace them with your own custom set.

See Also

Reference