Public Attributes |
|
GLuint | texture_name_ |
| | A bound texture name is an integer in OpenGL.
|
|
FT_Int | left_bearing_ |
| | The left bearing of the transformed glyph.
|
|
FT_Int | bottom_bearing_ |
| | The bottom bearing of the transformed glyph.
|
|
int | width_ |
| | The 2**l width of the texture.
|
|
int | height_ |
| | The 2**m height of the texture.
|
|
GLfloat | texture_s_ |
| | The fraction of the texture width occupied by the glyph.
|
|
GLfloat | texture_t_ |
| | The fraction of the texture height occupied by the glyph.
|
|
FT_Vector | advance_ |
| | The advance vector of the transformed glyph.
|