Tao.FreeType SDK Documentation |
|
FT.FT_Set_Char_Size Method
[Visual Basic]
Public Shared Function FT_Set_Char_Size( _
ByVal
face As
IntPtr, _
ByVal
char_width As
Integer, _
ByVal
char_height As
Integer, _
ByVal
horz_resolution As
UInt32, _
ByVal
vert_resolution As
UInt32 _
) As
Integer
[C#]
public static
int FT_Set_Char_Size(
IntPtr face,
int char_width,
int char_height,
uint horz_resolution,
uint vert_resolution);
See Also
FT Class | Tao.FreeType Namespace