#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 |
|
|
Manage FT_Glyph by insuring that resources are freed when done.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1