Tao.Sdl SDK Documentation
SdlTtf.TTF_OpenFont Method
[Visual Basic]
Public Shared Function TTF_OpenFont( _
ByVal
file
As
String
, _
ByVal
ptsize
As
Integer
_
) As
IntPtr
[C#]
public static
IntPtr
TTF_OpenFont(
string
file
,
int
ptsize
);
See Also
SdlTtf Class
|
Tao.Sdl Namespace