Bf Em
fontID
Ef
A GLUT stroked font identifier.
Bf Em
string
Ef
A NUL-terminated ASCII string.
The first character displays at the current model space origin, The origin changes by successive translations.
The newline character, \n (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:
-
Bf Sy
fontID
Ef
is out of range.
-
Bf Sy
string
Ef
is
Bf Sy
NULL
Ef
-
Bf Sy
string
Ef
is empty
Unlike glutBitmapString(), there is little performance advantage to using glutStrokeString() as compared with calling glutStrokeCharacter() yourself for every character.