Tao.FreeType SDK Documentation

FT.FT_New_Memory_Face Method 

[Visual Basic]
Public Shared Function FT_New_Memory_Face( _
   ByVal library As IntPtr, _
   ByVal file_base As Byte(), _
   ByVal file_size As Integer, _
   ByVal face_index As Integer, _
   ByVal aface As IntPtr _
) As Integer
[C#]
public static int FT_New_Memory_Face(
   IntPtr library,
   byte[] file_base,
   int file_size,
   int face_index,
   IntPtr aface
);

See Also

FT Class | Tao.FreeType Namespace