Tao.Sdl SDK Documentation
SdlGfx.gfxPrimitivesSetFont Method
[Visual Basic]
Public Shared Sub gfxPrimitivesSetFont( _
ByVal
fontdata
As
Object
, _
ByVal
cw
As
Integer
, _
ByVal
ch
As
Integer
_
)
[C#]
public static
void
gfxPrimitivesSetFont(
object
fontdata
,
int
cw
,
int
ch
);
See Also
SdlGfx Class
|
Tao.Sdl Namespace