next up previous contents index
Next: 10.1 glutBitmapCharacter Up: GLUT APIversion 3 Previous: 9.5 glutExtensionSupported

10 Font Rendering

GLUT supports two type of font rendering: stroke fonts, meaning each character is rendered as a set of line segments; and bitmap fonts, where each character is a bitmap generated with glBitmap. Stroke fonts have the advantage that because they are geometry, they can be arbitrarily scale and rendered. Bitmap fonts are less flexible since they are rendered as bitmaps but are usually faster than stroke fonts.





next up previous contents index
Next: 10.1 glutBitmapCharacter Up: GLUT APIversion 3 Previous: 9.5 glutExtensionSupported



Mark Kilgard
Fri Feb 23 08:05:02 PST 1996