Tao.FreeType SDK Documentation

FT.FT_Get_Glyph_Name Method 

[Visual Basic]
Public Shared Function FT_Get_Glyph_Name( _
   ByVal face As IntPtr, _
   ByVal glyph_index As UInt32, _
   ByVal buffer As IntPtr, _
   ByVal buffer_max As UInt32 _
) As Integer
[C#]
public static int FT_Get_Glyph_Name(
   IntPtr face,
   uint glyph_index,
   IntPtr buffer,
   uint buffer_max
);

See Also

FT Class | Tao.FreeType Namespace