PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Util Namespace / FontInfo Class / FontInfo Constructor / FontInfo Constructor(Font)
The font to get info for.

In This Topic
    FontInfo Constructor(Font)
    In This Topic
    Creates a new instance of FontInfo for the specified System.Drawing.Font.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal font As Font _
    )
    public FontInfo( 
       Font font
    )

    Parameters

    font
    The font to get info for.
    See Also