Replaces the attributes that are equal to null with the attributes of a given font.

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

Syntax

C#
public virtual Font Difference(
	Font font
)
Visual Basic
Public Overridable Function Difference ( _
	font As Font _
) As Font
Visual C++
public:
virtual Font^ Difference(
	Font^ font
)

Parameters

font
Type: iTextSharp.text..::..Font
the font of a bigger element class

Return Value

a Font

See Also