#include <MercuryText.h>
Collaboration diagram for GlobalFontHash:
Public Member Functions | |
GlobalFontHash () | |
~GlobalFontHash () | |
void | Destroy () |
MHash< MercuryTextGlyphData > & | operator * () |
Private Attributes | |
MHash< MercuryTextGlyphData > * | m_fonthash |
Definition at line 123 of file MercuryText.h.
GlobalFontHash::GlobalFontHash | ( | ) | [inline] |
Definition at line 126 of file MercuryText.h.
GlobalFontHash::~GlobalFontHash | ( | ) | [inline] |
Definition at line 130 of file MercuryText.h.
void GlobalFontHash::Destroy | ( | ) | [inline] |
Definition at line 135 of file MercuryText.h.
MHash< MercuryTextGlyphData >& GlobalFontHash::operator * | ( | ) | [inline] |
Definition at line 140 of file MercuryText.h.
MHash< MercuryTextGlyphData >* GlobalFontHash::m_fonthash [private] |
Definition at line 147 of file MercuryText.h.