Tao.FreeType SDK Documentation

FT.FT_Get_First_Char Method 

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

See Also

FT Class | Tao.FreeType Namespace