Public Member Functions | |
EMFTGLManager () | |
~EMFTGLManager () | |
FTFont * | get_font (EMFTGL::FontMode mode, const string &file_name, const unsigned int face_size, const unsigned int d, const bool use_dl) |
Get a font with the associated parameters. | |
Private Attributes | |
vector< EMFTGLFontInstance * > | font_instances |
Disallow Assignment. |
Definition at line 224 of file emftgl.h.
EMAN::EMFTGL::EMFTGLManager::EMFTGLManager | ( | ) |
EMAN::EMFTGL::EMFTGLManager::~EMFTGLManager | ( | ) |
FTFont* EMAN::EMFTGL::EMFTGLManager::get_font | ( | EMFTGL::FontMode | mode, | |
const string & | file_name, | |||
const unsigned int | face_size, | |||
const unsigned int | d, | |||
const bool | use_dl | |||
) |
Get a font with the associated parameters.
vector<EMFTGLFontInstance*> EMAN::EMFTGL::EMFTGLManager::font_instances [private] |