#include <ie_imp_RTF.h>
Public Types | |
| enum | FontFamilyEnum { ffNone, ffRoman, ffSwiss, ffModern, ffScript, ffDecorative, ffTechnical, ffBiDirectional } |
| enum | FontPitch { fpDefault, fpFixed, fpVariable } |
Public Member Functions | |
| RTFFontTableItem (FontFamilyEnum fontFamily, int charSet, int codepage, FontPitch pitch, const char *panose, const char *pFontName, const char *pAlternativeFontName) | |
| ~RTFFontTableItem () | |
Public Attributes | |
| FontFamilyEnum | m_family |
| int | m_charSet |
| int | m_codepage |
| const char * | m_szEncoding |
| FontPitch | m_pitch |
| unsigned char | m_panose [10] |
| char * | m_pFontName |
| char * | m_pAlternativeFontName |
| RTFFontTableItem::RTFFontTableItem | ( | FontFamilyEnum | fontFamily, | |
| int | charSet, | |||
| int | codepage, | |||
| FontPitch | pitch, | |||
| const char * | panose, | |||
| const char * | pFontName, | |||
| const char * | pAlternativeFontName | |||
| ) |
| RTFFontTableItem::~RTFFontTableItem | ( | ) |
References m_pAlternativeFontName, and m_pFontName.
Referenced by RTFFontTableItem().
Referenced by RTFFontTableItem().
Referenced by RTFFontTableItem().
Referenced by RTFFontTableItem(), and ~RTFFontTableItem().
| unsigned char RTFFontTableItem::m_panose[10] |
Referenced by RTFFontTableItem().
Referenced by RTFFontTableItem().
| const char* RTFFontTableItem::m_szEncoding |
Referenced by IE_Imp_RTF::ParseCharParaProps(), RTFFontTableItem(), and IE_Imp_RTF::setEncoding().
1.7.1