[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFontFamily.-ctor

SvgFontFamily Constructor

SvgFontFamily(string, bool)

Initializes a new instance of SvgFontFamily.

Declaration
public SvgFontFamily(string fontName, bool quoted = false)
Public Sub New(fontName As String, Optional quoted As Boolean = False)
Parameters
Type Name Description
string fontName

The name of the font family.

bool quoted

Indicates whether the token must be quoted.