Tao.FreeType SDK Documentation
FT.FT_Set_Transform Method
[Visual Basic]
Public Shared Sub FT_Set_Transform( _
ByVal
face
As
IntPtr
, _
ByRef
matrix
As
FT_Matrix
, _
ByRef
delta
As
FT_Vector
_
)
[C#]
public static
void
FT_Set_Transform(
IntPtr
face
,
ref
FT_Matrix
matrix
,
ref
FT_Vector
delta
);
See Also
FT Class
|
Tao.FreeType Namespace