#include <string>
#include <vector>
#include <map>
#include <FTGL/ftgl.h>
#include <FTGL/FTFont.h>
Go to the source code of this file.
|
class | EMAN::EMFTGL |
| EMFTGL is an interface for rendering fonts in EMAN2 using FTGL. More...
|
|
class | EMAN::EMFTGL::EMFTGLFontInstance |
| A class for encapsulatiing a particular instance of an FTFont (pointer) Each FTFont is characterised by 5 parameters, them being the font mode, the font file name, the face size, whether or not display lists are being used, and depth (which is redundant, except when the font mode is EXTRUDE). More...
|
|
class | EMAN::EMFTGL::EMFTGLManager |
| A class for managing multiple instances of EMFTGLFontInstances, in particular for caching them, for constructing news ones if they don't exist, and for returning appropriate instances. More...
|
|