ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfFont Class / RtfFont Constructor
The drawing font.

In This Topic
    RtfFont Constructor
    In This Topic
    The Word/RTF font constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal font As System.Drawing.Font _
    )
    public RtfFont( 
       System.Drawing.Font font
    )

    Parameters

    font
    The drawing font.
    See Also