active_ | OGLFT::Polygonal | |
addAuxiliaryFace(const char *filename) | OGLFT::Face | |
addAuxiliaryFace(FT_Face face) | OGLFT::Face | |
advance(void) const | OGLFT::Face | inline |
advance_ | OGLFT::Face | protected |
ascender(void) | OGLFT::Face | inline |
background_color_ | OGLFT::Face | protected |
backgroundAlpha(void) const | OGLFT::Face | inline |
backgroundBlue(void) const | OGLFT::Face | inline |
backgroundGreen(void) const | OGLFT::Face | inline |
backgroundRed(void) const | OGLFT::Face | inline |
BASELINE enum value | OGLFT::Face | |
BOTTOM enum value | OGLFT::Face | |
CENTER enum value | OGLFT::Face | |
character_display_lists_ | OGLFT::Face | protected |
character_rotation_ | OGLFT::Polygonal | protected |
characterDisplayLists(void) | OGLFT::Face | inline |
characterRotationX(void) const | OGLFT::Polygonal | inline |
characterRotationY(void) const | OGLFT::Polygonal | inline |
characterRotationZ(void) const | OGLFT::Polygonal | inlinevirtual |
clearCaches(void) | OGLFT::Polygonal | protectedvirtual |
color_tess_ | OGLFT::Polygonal | protected |
colorTess(void) const | OGLFT::Polygonal | inline |
compile(const char *s) | OGLFT::Face | |
compile(unsigned char c) | OGLFT::Face | |
COMPILE enum value | OGLFT::Face | |
compile_mode_ | OGLFT::Face | protected |
compileMode(void) const | OGLFT::Face | inline |
contour_ | OGLFT::Solid | |
contour_normals_ | OGLFT::Solid | |
contour_open_ | OGLFT::Polygonal | protected |
DEFAULT_TESSELLATION_STEPS | OGLFT::Polygonal | protectedstatic |
delta2_ | OGLFT::Polygonal | protected |
delta3_ | OGLFT::Polygonal | protected |
delta_ | OGLFT::Polygonal | protected |
depth(void) const | OGLFT::Solid | inline |
depth_ | OGLFT::Solid | |
depth_offset_ | OGLFT::Filled | protected |
descender(void) | OGLFT::Face | inline |
draw(const char *s) | OGLFT::Face | |
draw(unsigned char c) | OGLFT::Face | |
draw(GLfloat x, GLfloat y, unsigned char c) | OGLFT::Face | |
draw(GLfloat x, GLfloat y, GLfloat z, unsigned char c) | OGLFT::Face | |
draw(GLfloat x, GLfloat y, const char *s) | OGLFT::Face | |
draw(GLfloat x, GLfloat y, GLfloat z, const char *s) | OGLFT::Face | |
extraVertices(void) | OGLFT::Filled | inline |
Face(const char *filename, float point_size=12, FT_UInt resolution=100) | OGLFT::Face | |
Face(FT_Face face, float point_size=12, FT_UInt resolution=100) | OGLFT::Face | |
faces_ | OGLFT::Face | protected |
Filled(const char *filename, float point_size=12, FT_UInt resolution=100) | OGLFT::Filled | |
Filled(FT_Face face, float point_size=12, FT_UInt resolution=100) | OGLFT::Filled | |
foreground_color_ | OGLFT::Face | protected |
foregroundAlpha(void) const | OGLFT::Face | inline |
foregroundBlue(void) const | OGLFT::Face | inline |
foregroundGreen(void) const | OGLFT::Face | inline |
foregroundRed(void) const | OGLFT::Face | inline |
GDLCI typedef | OGLFT::Face | protected |
GDLI typedef | OGLFT::Face | protected |
glyph_dlists_ | OGLFT::Face | protected |
GlyphCompileMode enum name | OGLFT::Face | |
GlyphDLists typedef | OGLFT::Face | protected |
height(void) const | OGLFT::Polygonal | virtual |
horizontal_justification_ | OGLFT::Face | protected |
horizontalJustification(void) const | OGLFT::Face | inline |
HorizontalJustification enum name | OGLFT::Face | |
IMMEDIATE enum value | OGLFT::Face | |
isValid(void) const | OGLFT::Face | inline |
last_vertex_ | OGLFT::Polygonal | protected |
LEFT enum value | OGLFT::Face | |
measure(unsigned char c) | OGLFT::Polygonal | virtual |
measure(const char *s) | OGLFT::Polygonal | inlinevirtual |
measureRaw(const char *s) | OGLFT::Face | virtual |
MIDDLE enum value | OGLFT::Face | |
n_polyline_pts_ | OGLFT::Solid | |
normal_sign_ | OGLFT::Solid | |
ORIGIN enum value | OGLFT::Face | |
point_array_ | OGLFT::Solid | |
point_size_ | OGLFT::Face | protected |
pointSize(void) | OGLFT::Face | inline |
Polygonal(const char *filename, float point_size=12, FT_UInt resolution=100) | OGLFT::Polygonal | |
Polygonal(FT_Face face, float point_size=12, FT_UInt resolution=100) | OGLFT::Polygonal | |
resolution(void) | OGLFT::Face | inline |
resolution_ | OGLFT::Face | protected |
RIGHT enum value | OGLFT::Face | |
rotation_offset_y_ | OGLFT::Face | protected |
rotation_reference_face_ | OGLFT::Face | protected |
rotation_reference_glyph_ | OGLFT::Face | protected |
setAdvance(bool advance) | OGLFT::Face | inline |
setBackgroundColor(GLfloat red=1.0, GLfloat green=1.0, GLfloat blue=1.0, GLfloat alpha=0.0) | OGLFT::Face | |
setBackgroundColor(const GLfloat background_color[4]) | OGLFT::Face | |
setCharacterDisplayLists(const DisplayLists &character_display_lists) | OGLFT::Face | inline |
setCharacterRotationReference(unsigned char c) | OGLFT::Face | |
setCharacterRotationX(GLfloat character_rotation_x) | OGLFT::Polygonal | |
setCharacterRotationY(GLfloat character_rotation_y) | OGLFT::Polygonal | |
setCharacterRotationZ(GLfloat character_rotation_z) | OGLFT::Polygonal | virtual |
setColorTess(ColorTess *color_tess) | OGLFT::Polygonal | |
setCompileMode(enum GlyphCompileMode compile_mode) | OGLFT::Face | inline |
setDepth(double depth) | OGLFT::Solid | |
setForegroundColor(GLfloat red=0.0, GLfloat green=0.0, GLfloat blue=0.0, GLfloat alpha=1.0) | OGLFT::Face | |
setForegroundColor(const GLfloat foreground_color[4]) | OGLFT::Face | |
setHorizontalJustification(enum HorizontalJustification horizontal_justification) | OGLFT::Face | inline |
setPointSize(float point_size) | OGLFT::Face | |
setResolution(FT_UInt resolution) | OGLFT::Face | |
setStringRotation(GLfloat string_rotation) | OGLFT::Face | |
setTessellationSteps(unsigned int tessellation_steps) | OGLFT::Polygonal | |
setTextureTess(TextureTess *texture_tess) | OGLFT::Polygonal | |
setVerticalJustification(enum VerticalJustification vertical_justification) | OGLFT::Face | inline |
Solid(const char *filename, float point_size=12, FT_UInt resolution=100) | OGLFT::Solid | |
Solid(FT_Face face, float point_size=12, FT_UInt resolution=100) | OGLFT::Solid | |
string_rotation_ | OGLFT::Face | protected |
stringRotation(void) const | OGLFT::Face | inline |
tessellation_steps_ | OGLFT::Polygonal | protected |
tessellationSteps(void) const | OGLFT::Polygonal | inline |
texture_tess_ | OGLFT::Polygonal | protected |
textureTess(void) const | OGLFT::Polygonal | inline |
TOP enum value | OGLFT::Face | |
up_ | OGLFT::Solid | |
valid_ | OGLFT::Face | protected |
vector_scale_ | OGLFT::Polygonal | protected |
VertexInfoList typedef | OGLFT::Polygonal | protected |
vertical_justification_ | OGLFT::Face | protected |
verticaljustification(void) const | OGLFT::Face | inline |
VerticalJustification enum name | OGLFT::Face | |
vertices_ | OGLFT::Polygonal | protected |
VILCI typedef | OGLFT::Polygonal | protected |
VILI typedef | OGLFT::Polygonal | protected |
x_ | OGLFT::Solid | |
y_ | OGLFT::Solid | |
z_ | OGLFT::Polygonal | |
~Face(void) | OGLFT::Face | virtual |
~Filled(void) | OGLFT::Filled | virtual |
~Polygonal(void) | OGLFT::Polygonal | virtual |
~Solid(void) | OGLFT::Solid | |