Compounds | |
| class | GrayscaleTexture |
| Render text as texture mapped grayscale quads. More... | |
| class | MonochromeTexture |
| Render text as texture mapped monochrome quads. More... | |
| class | Grayscale |
| Render text as a grayscale raster image. More... | |
| class | Monochrome |
| Render text as a monochrome raster image. More... | |
| class | Raster |
| class | Filled |
| Render text as a filled polygons. More... | |
| struct | glePoint2D |
| Data for the gleExtrusion routine. More... | |
| class | Outline |
| Render text as a polygon outline. More... | |
| struct | Advance |
| struct | BBox |
| class | ColorTess |
| class | Face |
| A face (aka font) used to render text with OpenGL. More... | |
| struct | FaceData |
| class | Library |
| The FreeType library instance. More... | |
| class | Polygonal |
| This is the base class of the polygonal styles: outline, filled and solid. More... | |
| class | Solid |
| Render text as solid letters. More... | |
| class | Texture |
| This is the base class of the texture style. More... | |
| struct | TextureInfo |
| class | TextureTess |
| struct | VertexInfo |
| class | Translucent |
| Render text as a translucent raster image. More... | |
| class | TranslucentTexture |
| Render text as texture mapped translucent quads. More... | |
Typedefs | |
| typedef void(* | GLUTessCallback )() |
| Callback from GLU tessellation routines. | |
| typedef std::vector< GLuint > | DisplayLists |
| typedef DisplayLists::const_iterator | DLCI |
| A convenience definition of an iterator for display list vectors. | |
| typedef DisplayLists::iterator | DLI |
| A convenience definition of an iterator for display list vectors. | |
Enumerations | |
| enum | Coordinates { X, Y, Z, W } |
| Thanks to DesCartes, I'd consider these manifest constants. More... | |
| enum | ColorSpace { R, G, B, A } |
| Who to credit? Newton? I'd consider these manifest constants. More... | |
|
|
The argument to setCharacterDisplayLists is an STL vector of OpenGL display list names (GLuints). |
|
|
Who to credit? Newton? I'd consider these manifest constants.
|
|
|
Thanks to DesCartes, I'd consider these manifest constants.
|
1.2.18