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 More... | |
ConversionData (std::map< unsigned char, unsigned long > &map, MWAWFontConverter::Encoding encoding, char const *odtName="", int delta=0) | |
constructor for different encoding More... | |
Public Attributes | |
MWAWFontConverter::Encoding | m_encoding |
the character encoding More... | |
std::map< unsigned char, unsigned long > & | m_conversion |
the conversion map character -> unicode More... | |
std::string | m_name |
the odt font name (if empty used the name) More... | |
int | m_deltaSize |
the size delta: odtSize = fSize + deltaSize More... | |
Internal and low level: a class to store a conversion map for character, ...
|
inlineexplicit |
constructor
|
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().
int MWAWFontConverterInternal::Data::ConversionData::m_deltaSize |
the size delta: odtSize = fSize + deltaSize
MWAWFontConverter::Encoding MWAWFontConverterInternal::Data::ConversionData::m_encoding |
the character encoding
Referenced by MWAWFontConverterInternal::State::unicode().
std::string MWAWFontConverterInternal::Data::ConversionData::m_name |
the odt font name (if empty used the name)
Referenced by MWAWFontConverterInternal::State::getOdtInfo().