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

In This Topic
    FontInfo Constructor(EmbeddedFont)
    In This Topic
    Creates a new instance of FontInfo for the specified C1.C1Preview.EmbeddedFont.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ef As EmbeddedFont _
    )
    public FontInfo( 
       EmbeddedFont ef
    )

    Parameters

    ef
    The font to get info for.
    See Also