Tao.FreeType SDK Documentation

FT.FT_Render_Glyph Method 

[Visual Basic]
Public Shared Function FT_Render_Glyph( _
   ByRef slot As FT_GlyphSlotRec, _
   ByVal render_mode As FT_Render_Mode _
) As Integer
[C#]
public static int FT_Render_Glyph(
   ref FT_GlyphSlotRec slot,
   FT_Render_Mode render_mode
);

See Also

FT Class | Tao.FreeType Namespace