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

Syntax

C#
public override int GetKerning(
	int char1,
	int char2
)
Visual Basic
Public Overrides Function GetKerning ( _
	char1 As Integer, _
	char2 As Integer _
) As Integer
Visual C++
public:
virtual int GetKerning(
	int char1, 
	int char2
) override

Parameters

char1
Type: System..::..Int32
char2
Type: System..::..Int32

See Also