Tao.FreeType SDK Documentation

FT.FT_Get_Char_Index Method 

[Visual Basic]
Public Shared Function FT_Get_Char_Index( _
   ByVal face As IntPtr, _
   ByVal charcode As UInt32 _
) As UInt32
[C#]
public static uint FT_Get_Char_Index(
   IntPtr face,
   uint charcode
);

See Also

FT Class | Tao.FreeType Namespace