'Declaration Public Function New( _ ByVal name As String, _ ByVal sizeInPoints As Double _ )
public Font( string name, double sizeInPoints )
Parameters
- name
 - Font face.
 - sizeInPoints
 - Font size in points.
 
'Declaration Public Function New( _ ByVal name As String, _ ByVal sizeInPoints As Double _ )
public Font( string name, double sizeInPoints )