ComponentOne PDF for WPF and Silverlight
Font Constructor(String,Double)

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > Font Class > Font Constructor : Font Constructor(String,Double)
Font face.
Font size in points.
Initializes a new instance of a Font object.
Syntax
'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.
See Also

Reference

Font Class
Font Members
Overload List