Public Member Functions | |
EMFTGLFontInstance (EMFTGL::FontMode mode, const string &file_name, const unsigned int face_size, const unsigned int d, const bool use_dl) | |
Constructor - must supply the 5 important parameters. | |
~EMFTGLFontInstance () | |
bool | params_match (EMFTGL::FontMode mode, const string &file_name, const unsigned int face_size, const unsigned int depth, const bool use_dl) |
Checks to see if the argument params match the internally stored equivalents. | |
FTFont * | get_font () |
Get the pointer to the font. | |
Private Attributes | |
EMFTGL::FontMode | font_mode |
Disallow Assignment. | |
string | font_file_name |
unsigned int | face_size |
unsigned int | depth |
bool | use_display_lists |
FTFont * | font |
Definition at line 189 of file emftgl.h.
|
Constructor - must supply the 5 important parameters.
|
|
|
|
Get the pointer to the font.
Definition at line 203 of file emftgl.h. 00203 { return font; }
|
|
Checks to see if the argument params match the internally stored equivalents.
|
|
|
|
|
|
|
|
|
|
Disallow Assignment.
|
|
|