D2DFont Constructor(string,double)
Summary
Initializes a new D2DFont object having the specified familyName and font size.
Syntax
Public Function New( _
ByVal familyName As String, _
ByVal size As Double _
)
Parameters
familyName
A System.String that specifies the familyName.
size
A System.Double value that represents the size of the font.