Creates a new instance of FontInfo for the specified EmbeddedFont.

Namespace:  C1.C1Preview.Util
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public FontInfo(
	EmbeddedFont ef
)
Visual Basic
Public Sub New ( _
	ef As EmbeddedFont _
)

Parameters

ef
Type: C1.C1Preview..::..EmbeddedFont
The font to get info for.

See Also