#include <ftfonts.h>
Public Member Functions | |
| FTFontCacheEntry (FontClass Class, BOOL Referenced) | |
| FTFontCacheEntry () | |
Public Attributes | |
| FontClass | m_Class |
| BOOL | m_Referenced |
Definition at line 146 of file ftfonts.h.
|
||||||||||||
|
Definition at line 152 of file ftfonts.h. 00152 : 00153 m_Class(Class), m_Referenced(Referenced) {} FTFontCacheEntry(): m_Class(FC_UNDEFINED), m_Referenced(FALSE) {}
|
|
|
Definition at line 154 of file ftfonts.h. 00154 : m_Class(FC_UNDEFINED), m_Referenced(FALSE) {}
|
|
|
|
|
|
|
1.4.4