Initializes a new instance of the PDFFont class

Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public PDFFont(
	int index,
	string fontType,
	string fontName
)
Visual Basic
Public Sub New ( _
	index As Integer, _
	fontType As String, _
	fontName As String _
)
Visual C++
public:
PDFFont(
	int index, 
	String^ fontType, 
	String^ fontName
)

Parameters

index
Type: System..::..Int32
fontType
Type: System..::..String
fontName
Type: System..::..String

See Also