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#
public RtfFont(
	string fontName,
	float size
)
Visual Basic
Public Sub New ( _
	fontName As String, _
	size As Single _
)
Visual C++
public:
RtfFont(
	String^ fontName, 
	float size
)

Parameters

fontName
Type: System..::..String
size
Type: System..::..Single

See Also