Tao.FreeGlut SDK Documentation

Glut.glutStrokeString Method 

Draw a string of stroked characters.

[Visual Basic]
Public Shared Sub glutStrokeString( _
   ByVal font As IntPtr, _
   ByVal str As String _
)
[C#]
public static void glutStrokeString(
   IntPtr font,
   string str
);

Parameters

font
A GLUT stroked font identifier.
str
The string to draw.

See Also

Glut Class | Tao.FreeGlut Namespace