Tao.FreeGlut SDK Documentation

Glut.glutBitmapLength Method 

[Visual Basic]
Public Shared Function glutBitmapLength( _
   ByVal font As IntPtr, _
   ByVal text As String _
) As Integer
[C#]
public static int glutBitmapLength(
   IntPtr font,
   string text
);

See Also

Glut Class | Tao.FreeGlut Namespace