Tao.FreeType SDK Documentation

FT.FT_New_Face Method 

[Visual Basic]
Public Shared Function FT_New_Face( _
   ByVal library As IntPtr, _
   ByVal filepathname As String, _
   ByVal face_index As Integer, _
   ByRef aface As IntPtr _
) As Integer
[C#]
public static int FT_New_Face(
   IntPtr library,
   string filepathname,
   int face_index,
   out IntPtr aface
);

See Also

FT Class | Tao.FreeType Namespace