Tao.FreeGlut SDK Documentation

Glut.glutBitmapHeight Method 

Returns the height of a given font, in pixels.

[Visual Basic]
Public Shared Function glutBitmapHeight( _
   ByVal font As IntPtr _
) As Integer
[C#]
public static int glutBitmapHeight(
   IntPtr font
);

Parameters

font
A bitmapped font identifier.

Return Value

Returns 0 if font is invalid, otherwise, the font's height, in pixels.

See Also

Glut Class | Tao.FreeGlut Namespace