glutStrokeString (3) Linux Manual Page
glutStrokeString – Draw a string of stroked characters.
Library
OpenGLUT – fonts
Synopsis
In openglut.h Ft void Fn glutStrokeString void *fontID const unsigned char *string
Parameters
Bf Em
Bf Em
Description
This function draws a Bf Sy
as a special symbol rather than a normal glyph.
The first character displays at the current model space origin, The origin changes by successive translations.
The newline character,
(ASCII LF) is treated as a newline and resets the origin horizontally while advancing the line 1 font-height down the y-axis.
Does nothing if:
Unlike glutBitmapString(), there is little performance advantage to using glutStrokeString() as compared with calling glutStrokeCharacter() yourself for every character.
See Also
glutStrokeLength(3) glutStrokeCharacter(3) glutStrokeHeight(3) glutBitmapString(3)
