Tao.FreeType SDK Documentation
FT.FT_Attach_Stream Method
[Visual Basic]
Public Shared Function FT_Attach_Stream( _
ByVal
face
As
IntPtr
, _
ByRef
parameters
As
FT_Open_Args
_
) As
Integer
[C#]
public static
int
FT_Attach_Stream(
IntPtr
face
,
ref
FT_Open_Args
parameters
);
See Also
FT Class
|
Tao.FreeType Namespace