Tao.FreeType SDK Documentation

FT.FT_Get_Name_Index Method 

[Visual Basic]
Public Shared Function FT_Get_Name_Index( _
   ByVal face As IntPtr, _
   ByVal glyph_name As SByte() _
) As UInt32
[C#]
public static uint FT_Get_Name_Index(
   IntPtr face,
   sbyte[] glyph_name
);

See Also

FT Class | Tao.FreeType Namespace