Tao.FreeType SDK Documentation

FT.FT_Get_Next_Char Method 

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

See Also

FT Class | Tao.FreeType Namespace