glutStrokeWidth (3) Linux Manual Page
glutStrokeWidth – Returns the width in pixels of a character in a given font.
Library
OpenGLUT – fonts
Synopsis
In openglut.h Ft float Fn glutStrokeWidth void *fontID int character
Parameters
Bf Em
Bf Em
Description
This function reports how far the model space origin will advance if you putput this Bf Sy
Returns 0 if Bf Sy
Caveats
Historically, this function has been described as returning a pixel-width, but was implemented to return the width in model-space units, rounded to integers. GLUT never resolved this, and freeglut duplicated the confusion. OpenGLUT has decided to stay in model-space and to return the unrounded floating point value. An unreleased GLUT 3.8 was supposed to include glutStrokeWidthf() and glutStrokeLengthf() (note the *f suffixes), but that is not in wide use.
Todo
Determine if any glyphs are either wider than this function or if they render outside of the bounding box given by Bf Li
See Also
glutStrokeCharacter(3) glutStrokeLength(3) glutStrokeHeightglutBitmapWidth3
