SvgReader Constructor (String, FontRegistry)

Initializes a new instance of the SvgReader class using the specified file name and fonts.

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

Syntax

C#
public SvgReader(
	string fileName,
	FontRegistry fontRegistry
)

Parameters

fileName

Type: System.String

The name of the file to create this reader for.
fontRegistry

Type: Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry

The FontRegistry of the SVG file to create this reader for.

See Also

Reference