active_ (defined in OGLFT::Polygonal) | OGLFT::Polygonal | [protected] |
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 | [inline, virtual] |
clearCaches(void) | OGLFT::Polygonal | [protected, virtual] |
color_tess_ | OGLFT::Polygonal | [protected] |
colorTess(void) const | OGLFT::Polygonal | [inline] |
compile(const char *s) | OGLFT::Face | |
compile(const QString &s) | OGLFT::Face | |
compile(unsigned char c) | OGLFT::Face | |
compile(const QChar c) | OGLFT::Face | |
COMPILE enum value | OGLFT::Face | |
compile_mode_ | OGLFT::Face | [protected] |
compileMode(void) const | OGLFT::Face | [inline] |
contour_open_ | OGLFT::Polygonal | [protected] |
DEFAULT_TESSELLATION_STEPS | OGLFT::Polygonal | [protected, static] |
delta2_ | OGLFT::Polygonal | [protected] |
delta3_ | OGLFT::Polygonal | [protected] |
delta_ | OGLFT::Polygonal | [protected] |
depth(void) const | OGLFT::Solid | [inline] |
depth_offset_ | OGLFT::Filled | [protected] |
descender(void) | OGLFT::Face | [inline] |
draw(const char *s) | OGLFT::Face | |
draw(const QString &s) | OGLFT::Face | |
draw(unsigned char c) | OGLFT::Face | |
draw(const QChar 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, QChar c) | OGLFT::Face | |
draw(GLfloat x, GLfloat y, GLfloat z, QChar 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 | |
draw(GLfloat x, GLfloat y, const QString &s) | OGLFT::Face | |
draw(GLfloat x, GLfloat y, GLfloat z, const QString &s) | OGLFT::Face | |
draw(GLfloat x, GLfloat y, const QString &format, double number) | OGLFT::Face | |
draw(GLfloat x, GLfloat y, GLfloat z, const QString &format, double number) | 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 enum name | OGLFT::Face | |
horizontalJustification(void) const | OGLFT::Face | [inline] |
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 QChar c) | OGLFT::Polygonal | [virtual] |
measure(const char *s) | OGLFT::Polygonal | [inline, virtual] |
measure(const QString &format, double number) | OGLFT::Polygonal | [inline, virtual] |
OGLFT::Face::measure(const QString &s) | OGLFT::Face | [virtual] |
measureRaw(const char *s) | OGLFT::Face | [virtual] |
measureRaw(const QString &s) | OGLFT::Face | [virtual] |
MIDDLE enum value | OGLFT::Face | |
ORIGIN enum value | OGLFT::Face | |
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 | |
setBackgroundColor(const QRgb background_color) | 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 | |
setForegroundColor(const QRgb foreground_color) | 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 | |
valid_ | OGLFT::Face | [protected] |
vector_scale_ | OGLFT::Polygonal | [protected] |
VertexInfoList typedef | OGLFT::Polygonal | [protected] |
vertical_justification_ | OGLFT::Face | [protected] |
VerticalJustification enum name | OGLFT::Face | |
verticaljustification(void) const | OGLFT::Face | [inline] |
vertices_ | OGLFT::Polygonal | [protected] |
VILCI typedef | OGLFT::Polygonal | [protected] |
VILI typedef | OGLFT::Polygonal | [protected] |
z_ (defined in OGLFT::Polygonal) | OGLFT::Polygonal | [protected] |
~Face(void) | OGLFT::Face | [virtual] |
~Filled(void) | OGLFT::Filled | [virtual] |
~Polygonal(void) | OGLFT::Polygonal | [virtual] |
~Solid(void) | OGLFT::Solid | |