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

Syntax

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

Parameters

fontNr
Type: System..::..String
fontName
Type: System..::..String

See Also