MWAWFontConverterInternal::Data::ConversionData Struct Reference

Internal and low level: a class to store a conversion map for character, ... More...

List of all members.

Public Member Functions

 ConversionData (std::map< unsigned char, unsigned long > &map, char const *odtName="", int delta=0)
 constructor
 ConversionData (std::map< unsigned char, unsigned long > &map, MWAWFontConverter::Encoding encoding, char const *odtName="", int delta=0)
 constructor for different encoding

Public Attributes

MWAWFontConverter::Encoding m_encoding
 the character encoding
std::map< unsigned char,
unsigned long > & 
m_conversion
 the conversion map character -> unicode
std::string m_name
 the odt font name (if empty used the name)
int m_deltaSize
 the size delta: odtSize = fSize + deltaSize

Detailed Description

Internal and low level: a class to store a conversion map for character, ...


Constructor & Destructor Documentation

MWAWFontConverterInternal::Data::ConversionData::ConversionData ( std::map< unsigned char, unsigned long > &  map,
char const *  odtName = "",
int  delta = 0 
) [inline]

constructor

MWAWFontConverterInternal::Data::ConversionData::ConversionData ( std::map< unsigned char, unsigned long > &  map,
MWAWFontConverter::Encoding  encoding,
char const *  odtName = "",
int  delta = 0 
) [inline]

constructor for different encoding


Member Data Documentation

std::map<unsigned char, unsigned long>& MWAWFontConverterInternal::Data::ConversionData::m_conversion

the conversion map character -> unicode

Referenced by MWAWFontConverterInternal::State::unicode().

the odt font name (if empty used the name)

Referenced by MWAWFontConverterInternal::State::getOdtInfo().


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