PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / EmbeddedFont Class / EmbeddedFont Constructor
The System.Drawing.Font to embed.

In This Topic
    EmbeddedFont Constructor
    In This Topic
    Initializes a new instance of the EmbeddedFont class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal font As Font _
    )
    public EmbeddedFont( 
       Font font
    )

    Parameters

    font
    The System.Drawing.Font to embed.
    See Also