active_ | OGLFT::Texture | [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 | |
bindTexture(FT_Face face, FT_UInt glyph_index)=0 | OGLFT::Texture | [protected, pure virtual] |
BOTTOM enum value | OGLFT::Face | |
CENTER enum value | OGLFT::Face | |
character_display_lists_ | OGLFT::Face | [protected] |
character_rotation_ | OGLFT::Texture | [protected] |
characterDisplayLists(void) | OGLFT::Face | [inline] |
characterRotationX(void) const | OGLFT::Texture | [inline] |
characterRotationY(void) const | OGLFT::Texture | [inline] |
characterRotationZ(void) const | OGLFT::Texture | [inline, virtual] |
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] |
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 | |
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] |
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] |
glyph_texobjs_ | OGLFT::Texture | [protected] |
GlyphCompileMode enum name | OGLFT::Face | |
GlyphDLists typedef | OGLFT::Face | [protected] |
GlyphTexObjs typedef | OGLFT::Texture | [protected] |
GTOCI typedef | OGLFT::Texture | [protected] |
GTOI typedef | OGLFT::Texture | [protected] |
height(void) const | OGLFT::Texture | [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] |
LEFT enum value | OGLFT::Face | |
measure(unsigned char c) | OGLFT::Texture | [virtual] |
measure(const QChar c) | OGLFT::Texture | [virtual] |
measure(const char *s) | OGLFT::Texture | [inline, virtual] |
measure(const QString &format, double number) | OGLFT::Texture | [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 | |
nearestPowerCeil(unsigned int a) | OGLFT::Texture | [protected] |
ORIGIN enum value | OGLFT::Face | |
point_size_ | OGLFT::Face | [protected] |
pointSize(void) | OGLFT::Face | [inline] |
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::Texture | |
setCharacterRotationY(GLfloat character_rotation_y) | OGLFT::Texture | |
setCharacterRotationZ(GLfloat character_rotation_z) | OGLFT::Texture | [virtual] |
setCompileMode(enum GlyphCompileMode compile_mode) | OGLFT::Face | [inline] |
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 | |
setVerticalJustification(enum VerticalJustification vertical_justification) | OGLFT::Face | [inline] |
string_rotation_ | OGLFT::Face | [protected] |
stringRotation(void) const | OGLFT::Face | [inline] |
Texture(const char *filename, float point_size=12, FT_UInt resolution=100) | OGLFT::Texture | |
Texture(FT_Face face, float point_size=12, FT_UInt resolution=100) | OGLFT::Texture | |
TOP enum value | OGLFT::Face | |
valid_ | OGLFT::Face | [protected] |
vertical_justification_ | OGLFT::Face | [protected] |
verticaljustification(void) const | OGLFT::Face | [inline] |
VerticalJustification enum name | OGLFT::Face | |
x_ | OGLFT::Texture | [protected] |
y_ | OGLFT::Texture | [protected] |
z_ | OGLFT::Texture | [protected] |
~Face(void) | OGLFT::Face | [virtual] |
~Texture(void) | OGLFT::Texture | [virtual] |