Checks if the properties of this font are undefined or null.

If so, the standard should be used.

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

Syntax

C#
public virtual bool IsStandardFont()
Visual Basic
Public Overridable Function IsStandardFont As Boolean
Visual C++
public:
virtual bool IsStandardFont()

Return Value

a boolean

See Also