Tao.FreeType SDK Documentation

FT.FT_Get_Kerning Method 

[Visual Basic]
Public Shared Function FT_Get_Kerning( _
   ByVal face As IntPtr, _
   ByVal left_glyph As UInt32, _
   ByVal right_glyph As UInt32, _
   ByVal kern_mode As UInt32, _
   ByRef akerning As FT_Vector _
) As Integer
[C#]
public static int FT_Get_Kerning(
   IntPtr face,
   uint left_glyph,
   uint right_glyph,
   uint kern_mode,
   out FT_Vector akerning
);

See Also

FT Class | Tao.FreeType Namespace