|
CGM Objects Library
|
CFontCacheEntry – defines the data in a font cache entry. More...
#include <FontCacheEntry.h>
Public Member Functions | |
| void | serialize (std::ofstream &stream) |
| void | readstr (std::ifstream &stream, std::wstring &str, unsigned long len) |
| bool | restore (std::ifstream &stream) |
Public Attributes | |
| std::wstring | m_path |
| long | m_faceIndex |
| std::wstring | m_familyName |
| std::wstring | m_styleName |
| unsigned int | m_numFullNames |
| unsigned int | m_numFamilyNames |
| std::vector< std::wstring > | m_fullNames |
| std::vector< std::wstring > | m_familyNames |
| Posture | m_posture |
| Weight | m_weight |
| ProportionateWidth | m_width |
| CFontDesignGroup | m_designGroup |
| Structure | m_structure |
| bool | m_inValid |
| void * | m_faceID |
CFontCacheEntry – defines the data in a font cache entry.
1.8.6