[]
        
(Showing Draft Content)

C1.C1Preview.Util.FontInfo.-ctor

FontInfo Constructor

FontInfo(EmbeddedFont)

Creates a new instance of FontInfo for the specified EmbeddedFont.

Declaration
public FontInfo(EmbeddedFont ef)
Public Sub New(ef As EmbeddedFont)
Parameters
Type Name Description
EmbeddedFont ef

The font to get info for.

FontInfo(Font)

Creates a new instance of FontInfo for the specified Font.

Declaration
public FontInfo(Font font)
Public Sub New(font As Font)
Parameters
Type Name Description
Font font

The font to get info for.