Tao.FreeGlut SDK Documentation |
|
Glut.glutBitmapString Method
Draw a string of bitmapped characters.
[Visual Basic]
Public Shared Sub glutBitmapString( _
ByVal
font As
IntPtr, _
ByVal
str As
String _
)
Parameters
-
font
- A bitmapped font identifier.
-
str
- The string to draw.
See Also
Glut Class | Tao.FreeGlut Namespace