Public Types | Public Member Functions | Public Attributes

RTFFontTableItem Struct Reference

#include <ie_imp_RTF.h>

List of all members.

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

Member Enumeration Documentation

Enumerator:
ffNone 
ffRoman 
ffSwiss 
ffModern 
ffScript 
ffDecorative 
ffTechnical 
ffBiDirectional 
Enumerator:
fpDefault 
fpFixed 
fpVariable 

Constructor & Destructor Documentation

RTFFontTableItem::RTFFontTableItem ( FontFamilyEnum  fontFamily,
int  charSet,
int  codepage,
FontPitch  pitch,
const char *  panose,
const char *  pFontName,
const char *  pAlternativeFontName 
)
RTFFontTableItem::~RTFFontTableItem (  ) 

Member Data Documentation

Referenced by RTFFontTableItem().

Referenced by RTFFontTableItem().

Referenced by RTFFontTableItem().

unsigned char RTFFontTableItem::m_panose[10]

Referenced by RTFFontTableItem().

Referenced by RTFFontTableItem().


The documentation for this struct was generated from the following files: