Tao.FreeType SDK Documentation

FT.FT_Attach_File Method 

[Visual Basic]
Public Shared Function FT_Attach_File( _
   ByVal face As IntPtr, _
   ByVal filepathname As String _
) As Integer
[C#]
public static int FT_Attach_File(
   IntPtr face,
   string filepathname
);

See Also

FT Class | Tao.FreeType Namespace