Tao.FreeType SDK Documentation

FT.FT_Load_Glyph Method 

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

See Also

FT Class | Tao.FreeType Namespace