Initializes a new instance of the RtfFont class

Namespace: iTextSharp.text.rtf.style
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
protected internal RtfFont(
	RtfDocument doc,
	int fontNumber
)
Visual Basic
Protected Friend Sub New ( _
	doc As RtfDocument, _
	fontNumber As Integer _
)
Visual C++
protected public:
RtfFont(
	RtfDocument^ doc, 
	int fontNumber
)

See Also