ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / Font Class / Font Constructor / Font Constructor(String,Double)
Font face.
Font size in points.

In This Topic
    Font Constructor(String,Double)
    In This Topic
    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