Checks if a certain font is registered.

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

Syntax

C#
public virtual bool IsRegistered(
	string fontname
)
Visual Basic
Public Overridable Function IsRegistered ( _
	fontname As String _
) As Boolean
Visual C++
public:
virtual bool IsRegistered(
	String^ fontname
)

Parameters

fontname
Type: System..::..String
the name of the font that has to be checked

Return Value

true if the font is found

See Also