FTFontCacheEntry Class Reference

an entry in the new font list cache - used as the value part of a key/value pair where the key is the face name wrapped in an ENUMLOGFONT structure More...

#include <ftfonts.h>

List of all members.

Public Member Functions

 FTFontCacheEntry (FontClass Class, BOOL Referenced)
 FTFontCacheEntry ()

Public Attributes

FontClass m_Class
BOOL m_Referenced


Detailed Description

an entry in the new font list cache - used as the value part of a key/value pair where the key is the face name wrapped in an ENUMLOGFONT structure

Author:
Martin Wuerthner <xara@mw-software.com>
Date:
19/05/06

Definition at line 146 of file ftfonts.h.


Constructor & Destructor Documentation

FTFontCacheEntry::FTFontCacheEntry FontClass  Class,
BOOL  Referenced
[inline]
 

Definition at line 152 of file ftfonts.h.

00152                                                       :
00153         m_Class(Class), m_Referenced(Referenced) {}
    FTFontCacheEntry(): m_Class(FC_UNDEFINED), m_Referenced(FALSE) {}

FTFontCacheEntry::FTFontCacheEntry  )  [inline]
 

Definition at line 154 of file ftfonts.h.


Member Data Documentation

FontClass FTFontCacheEntry::m_Class
 

Definition at line 149 of file ftfonts.h.

BOOL FTFontCacheEntry::m_Referenced
 

Definition at line 150 of file ftfonts.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:54:39 2007 for Camelot by  doxygen 1.4.4