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

Syntax

C#
public bool ImportFont(
	string fontNr,
	string fontName,
	int charset
)
Visual Basic
Public Function ImportFont ( _
	fontNr As String, _
	fontName As String, _
	charset As Integer _
) As Boolean
Visual C++
public:
bool ImportFont(
	String^ fontNr, 
	String^ fontName, 
	int charset
)

Parameters

fontNr
Type: System..::..String
fontName
Type: System..::..String
charset
Type: System..::..Int32

See Also