Tao.FreeGlut SDK Documentation

Glut.glutStrokeHeight Method 

Returns the height of a given font.

[Visual Basic]
Public Shared Function glutStrokeHeight( _
   ByVal font As IntPtr _
) As Single
[C#]
public static float glutStrokeHeight(
   IntPtr font
);

Parameters

font
A GLUT stroked font identifier.

Return Value

Returns 0 if fontID is invalid, otherwise, the height of the font in pixels.

See Also

Glut Class | Tao.FreeGlut Namespace