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 _
)
[C#]
public static void glutBitmapString(
   IntPtr font,
   string str
);

Parameters

font
A bitmapped font identifier.
str
The string to draw.

See Also

Glut Class | Tao.FreeGlut Namespace