glutStrokeCharacter (3) - Linux Manuals

glutStrokeCharacter: Draw a stroked character.

NAME

glutStrokeCharacter - Draw a stroked character.

LIBRARY

OpenGLUT - fonts

SYNOPSIS

In openglut.h Ft void Fn glutStrokeCharacter void *fontID int character

PARAMETERS

Bf Em
 fontID Ef
    A GLUT stroked font identifier.

Bf Em
 character Ef
 An ASCII character other than NUL.

DESCRIPTION

This function draws one Bf Sy
 character Ef
 from one stroked font (selected by Bf Sy
 fontID) Ef
  using OpenGL Bf Sy
 GL_LINE_STRIP. Ef
  These characters are drawn at the origin in model space. The the model space origin is translated at the end, according to the Bf Sy
 character Ef
 width in  Bf Sy
 fontID. Ef
 

Does nothing if:
 - The  Bf Sy
 fontID Ef
 is invalid.
 - The  Bf Sy
 character Ef
 is out of the font's range.