#include <glyphMgr.h>
Public Member Functions | |
FreetypeGlyphMgr () | |
Manage FT_Glyph by insuring that resources are freed when done. | |
FreetypeGlyphMgr (FT_Glyph glyph) | |
FreetypeGlyphMgr (const FreetypeGlyphMgr &ftgm) | |
FreetypeGlyphMgr & | operator= (const FreetypeGlyphMgr &ftgm) |
~FreetypeGlyphMgr () | |
operator FT_Glyph () const | |
void | assign (const FT_Glyph glyph) |
Private Attributes | |
FT_Glyph | _glyph |
FreetypeGlyphMgr::FreetypeGlyphMgr | ( | ) |
Manage FT_Glyph by insuring that resources are freed when done.
FreetypeGlyphMgr::FreetypeGlyphMgr | ( | FT_Glyph | glyph | ) |
FreetypeGlyphMgr::FreetypeGlyphMgr | ( | const FreetypeGlyphMgr & | ftgm | ) |
FreetypeGlyphMgr::~FreetypeGlyphMgr | ( | ) |
FreetypeGlyphMgr & FreetypeGlyphMgr::operator= | ( | const FreetypeGlyphMgr & | ftgm | ) |
FreetypeGlyphMgr::operator FT_Glyph | ( | ) | const |
void FreetypeGlyphMgr::assign | ( | const FT_Glyph | glyph | ) |
FT_Glyph FreetypeGlyphMgr::_glyph [private] |