DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgFontFamily Class / SvgFontFamily Constructor
The name of the font family.
Indicates whether the token must be quoted.

In This Topic
SvgFontFamily Constructor
In This Topic
Initializes a new instance of SvgFontFamily.
Syntax
'Declaration
 
Public Function New( _
   ByVal fontName As System.String, _
   Optional ByVal quoted As System.Boolean _
)
 

Parameters

fontName
The name of the font family.
quoted
Indicates whether the token must be quoted.
See Also