SvgReader Constructor (Stream, FontRegistry)

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

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

Syntax

C#
public SvgReader(
	Stream stream,
	FontRegistry fontRegistry
)

Parameters

stream

Type: System.IO.Stream

The Stream to create this reader for.
fontRegistry

Type: Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry

The FontRegistry to create this reader for.

See Also

Reference