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