Internal and low level: a class to store a conversion map for character, ... More...
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 |
Internal and low level: a class to store a conversion map for character, ...
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
std::map<unsigned char, unsigned long>& MWAWFontConverterInternal::Data::ConversionData::m_conversion |
the conversion map character -> unicode
Referenced by MWAWFontConverterInternal::State::unicode().
the size delta: odtSize = fSize + deltaSize
Referenced by MWAWFontConverterInternal::State::getOdtInfo().
the character encoding
Referenced by MWAWFontConverterInternal::State::unicode().
the odt font name (if empty used the name)
Referenced by MWAWFontConverterInternal::State::getOdtInfo().