Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

OGLFT Namespace Reference

All of OGLFT C++ objects are in this namespace. More...


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...


Detailed Description

All of OGLFT C++ objects are in this namespace.

Typedef Documentation

typedef std::vector<GLuint> OGLFT::DisplayLists
 

The argument to setCharacterDisplayLists is an STL vector of OpenGL display list names (GLuints).


Enumeration Type Documentation

enum OGLFT::ColorSpace
 

Who to credit? Newton? I'd consider these manifest constants.

Enumeration values:
R  The Red component of a color.
G  The Green component of a color.
B  The Blue component of a color.
A  The Alpha (or transparency) of a color.

enum OGLFT::Coordinates
 

Thanks to DesCartes, I'd consider these manifest constants.

Enumeration values:
X  The X component of space.
Y  The Y component of space.
Z  The Z component of space.
W  The projection component of space.


Generated on Wed Oct 1 10:39:03 2003 for OGLFT by doxygen1.2.18