FontEngine
template<class FontEngine> class font_cache_manager
typedef FontEngine font_engine_type;
typedef font_cache_manager<FontEngine> self_type;
FontEngine* engine = &fEngine;
FontEngine fEngine;
typedef FontEngine::PathAdapter GlyphPathAdapter;
typedef FontEngine::Gray8Adapter GlyphGray8Adapter;
typedef FontEngine::MonoAdapter GlyphMonoAdapter;
typedef FontEngine::SubpixAdapter SubpixAdapter;
FontEngine::FontEngine()
FontEngine::~FontEngine()
FontEngine::CountFaces() const
FontEngine::GlyphIndexForGlyphCode(uint32 glyphCode) const
FontEngine::PrepareGlyph(uint32 glyphIndex)
FontEngine::WriteGlyphTo(uint8* data) const
FontEngine::GetKerning(uint32 first, uint32 second, double* x, double* y)
FontEngine::Init(const char* fontFilePath, unsigned faceIndex, double size,
FontEngine(const FontEngine&);
const FontEngine& operator=(const FontEngine&);
class FontEngine {
FontEngine();
virtual ~FontEngine();