SvgFontFamily Constructor
In This Topic
Initializes a new instance of
SvgFontFamily.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
Optional ByVal As System.Boolean _
)
public SvgFontFamily(
System.string ,
System.bool
)
Parameters
- fontName
- The name of the font family.
- quoted
- Indicates whether the token must be quoted.
See Also