MWAWFontConverterInternal::Data::KnownConversion Class Reference

Public Member Functions

 KnownConversion ()
 constructor More...
 
Data::ConversionData const & getConversionMaps (std::string fName)
 returns the conversion map which corresponds to a name, or the default map More...
 
void setFamily (std::string const &fName, std::string const &family)
 set a family correspondance More...
 
ConversionData const & getDefault () const
 return the default converter More...
 

Protected Member Functions

void initMaps ()
 Internal and Low level: initializes all the conversion maps. More...
 

Static Protected Member Functions

static void initAMap (int const *arr, size_t numElt, std::map< unsigned char, unsigned long > &map)
 Internal and Low level: initializes a map with a vector of numElt elements (char, unicode) More...
 

Protected Attributes

std::map< std::string, ConversionData const * > m_convertMap
 the conversiont map fName -> ConversionData More...
 
std::map< std::string, std::string > m_familyMap
 Internal and Low level: map font name -> family font name. More...
 
std::map< unsigned char, unsigned long > m_romanMap
 Internal and Low level: map char -> unicode for roman font. More...
 
std::map< unsigned char, unsigned long > m_centralEuroMap
 Internal and Low level: map char -> unicode for central european font. More...
 
std::map< unsigned char, unsigned long > m_cyrillicMap
 Internal and Low level: map char -> unicode for cyrillic font. More...
 
std::map< unsigned char, unsigned long > m_turkishMap
 Internal and Low level: map char -> unicode for turkish font. More...
 
std::map< unsigned char, unsigned long > m_symbolMap
 Internal and Low level: map char -> unicode for symbol font. More...
 
std::map< unsigned char, unsigned long > m_dingbatsMap
 Internal and Low level: map char -> unicode for dingbats font. More...
 
std::map< unsigned char, unsigned long > m_cursiveMap
 Internal and Low level: map char -> unicode for cursive font. More...
 
std::map< unsigned char, unsigned long > m_mathMap
 Internal and Low level: map char -> unicode for math font. More...
 
std::map< unsigned char, unsigned long > m_monotypeSortsMap
 Internal and Low level: map char -> unicode for monotypeSorts font. More...
 
std::map< unsigned char, unsigned long > m_scientificMap
 Internal and Low level: map char -> unicode for scientific font. More...
 
std::map< unsigned char, unsigned long > m_wingdingsMap
 Internal and Low level: map char -> unicode for wingdings font. More...
 
std::map< unsigned char, unsigned long > m_SJISMap
 Internal and Low level: simplified map char -> unicode for SJIS font. More...
 
std::map< unsigned char, unsigned long > m_unknown107Map
 Internal and Low level: map char -> unicode for font 107. More...
 
std::map< unsigned char, unsigned long > m_unknown128Map
 Internal and Low level: map char -> unicode for font 128. More...
 
std::map< unsigned char, unsigned long > m_unknown200Map
 Internal and Low level: map char -> unicode for font 200. More...
 
std::map< unsigned char, unsigned long > m_windowsCP1252Map
 Internal and Low level: map char -> unicode for Windows CP1252. More...
 
ConversionData m_defaultConv
 Internal and Low level: the default converter: roman. More...
 
ConversionData m_centralEuroConv
 Internal and Low level: the default converter: central european. More...
 
ConversionData m_cyrillicConv
 Internal and Low level: the default converter: cyrillic. More...
 
ConversionData m_turkishConv
 Internal and Low level: the default converter: turkish. More...
 
ConversionData m_timeConv
 Internal and Low level: the converter for times font. More...
 
ConversionData m_zapfChanceryConv
 Internal and Low level: the converter for zapfChancery font. More...
 
ConversionData m_symbolConv
 Internal and Low level: the converter for symbol font. More...
 
ConversionData m_dingbatsConv
 Internal and Low level: the converter for dingbats font. More...
 
ConversionData m_cursiveConv
 Internal and Low level: the converter for cursive font. More...
 
ConversionData m_mathConv
 Internal and Low level: the converter for math font. More...
 
ConversionData m_monotypeSortsConv
 Internal and Low level: the converter for monotypeSorts font. More...
 
ConversionData m_scientificConv
 Internal and Low level: the converter for scientific font. More...
 
ConversionData m_wingdingsConv
 Internal and Low level: the converter for wingdings font. More...
 
ConversionData m_SJISConv
 Internal and Low level: the converter for SJIS font. More...
 
ConversionData m_unknown107Conv
 Internal and Low level: the converter for font 107. More...
 
ConversionData m_unknown128Conv
 Internal and Low level: the converter for font 128. More...
 
ConversionData m_unknown200Conv
 Internal and Low level: the converter for font 200. More...
 
ConversionData m_windowsCP1252Conv
 Internal and Low level: the converter for Windows CP1252. More...
 

Constructor & Destructor Documentation

§ KnownConversion()

MWAWFontConverterInternal::Data::KnownConversion::KnownConversion ( )
inline

constructor

Member Function Documentation

§ getConversionMaps()

ConversionData const & MWAWFontConverterInternal::Data::KnownConversion::getConversionMaps ( std::string  fName)

returns the conversion map which corresponds to a name, or the default map

§ getDefault()

ConversionData const& MWAWFontConverterInternal::Data::KnownConversion::getDefault ( ) const
inline

return the default converter

§ initAMap()

static void MWAWFontConverterInternal::Data::KnownConversion::initAMap ( int const *  arr,
size_t  numElt,
std::map< unsigned char, unsigned long > &  map 
)
inlinestaticprotected

Internal and Low level: initializes a map with a vector of numElt elements (char, unicode)

§ initMaps()

void MWAWFontConverterInternal::Data::KnownConversion::initMaps ( )
protected

Internal and Low level: initializes all the conversion maps.

§ setFamily()

void MWAWFontConverterInternal::Data::KnownConversion::setFamily ( std::string const &  fName,
std::string const &  family 
)
inline

set a family correspondance

Member Data Documentation

§ m_centralEuroConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_centralEuroConv
protected

Internal and Low level: the default converter: central european.

§ m_centralEuroMap

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_centralEuroMap
protected

Internal and Low level: map char -> unicode for central european font.

§ m_convertMap

std::map<std::string, ConversionData const *> MWAWFontConverterInternal::Data::KnownConversion::m_convertMap
protected

the conversiont map fName -> ConversionData

§ m_cursiveConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_cursiveConv
protected

Internal and Low level: the converter for cursive font.

§ m_cursiveMap

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_cursiveMap
protected

Internal and Low level: map char -> unicode for cursive font.

§ m_cyrillicConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_cyrillicConv
protected

Internal and Low level: the default converter: cyrillic.

§ m_cyrillicMap

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_cyrillicMap
protected

Internal and Low level: map char -> unicode for cyrillic font.

§ m_defaultConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_defaultConv
protected

Internal and Low level: the default converter: roman.

§ m_dingbatsConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_dingbatsConv
protected

Internal and Low level: the converter for dingbats font.

§ m_dingbatsMap

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_dingbatsMap
protected

Internal and Low level: map char -> unicode for dingbats font.

§ m_familyMap

std::map<std::string, std::string> MWAWFontConverterInternal::Data::KnownConversion::m_familyMap
protected

Internal and Low level: map font name -> family font name.

§ m_mathConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_mathConv
protected

Internal and Low level: the converter for math font.

§ m_mathMap

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_mathMap
protected

Internal and Low level: map char -> unicode for math font.

§ m_monotypeSortsConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_monotypeSortsConv
protected

Internal and Low level: the converter for monotypeSorts font.

§ m_monotypeSortsMap

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_monotypeSortsMap
protected

Internal and Low level: map char -> unicode for monotypeSorts font.

§ m_romanMap

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_romanMap
protected

Internal and Low level: map char -> unicode for roman font.

§ m_scientificConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_scientificConv
protected

Internal and Low level: the converter for scientific font.

§ m_scientificMap

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_scientificMap
protected

Internal and Low level: map char -> unicode for scientific font.

§ m_SJISConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_SJISConv
protected

Internal and Low level: the converter for SJIS font.

§ m_SJISMap

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_SJISMap
protected

Internal and Low level: simplified map char -> unicode for SJIS font.

§ m_symbolConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_symbolConv
protected

Internal and Low level: the converter for symbol font.

§ m_symbolMap

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_symbolMap
protected

Internal and Low level: map char -> unicode for symbol font.

§ m_timeConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_timeConv
protected

Internal and Low level: the converter for times font.

§ m_turkishConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_turkishConv
protected

Internal and Low level: the default converter: turkish.

§ m_turkishMap

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_turkishMap
protected

Internal and Low level: map char -> unicode for turkish font.

§ m_unknown107Conv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_unknown107Conv
protected

Internal and Low level: the converter for font 107.

§ m_unknown107Map

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_unknown107Map
protected

Internal and Low level: map char -> unicode for font 107.

§ m_unknown128Conv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_unknown128Conv
protected

Internal and Low level: the converter for font 128.

§ m_unknown128Map

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_unknown128Map
protected

Internal and Low level: map char -> unicode for font 128.

§ m_unknown200Conv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_unknown200Conv
protected

Internal and Low level: the converter for font 200.

§ m_unknown200Map

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_unknown200Map
protected

Internal and Low level: map char -> unicode for font 200.

§ m_windowsCP1252Conv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_windowsCP1252Conv
protected

Internal and Low level: the converter for Windows CP1252.

§ m_windowsCP1252Map

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_windowsCP1252Map
protected

Internal and Low level: map char -> unicode for Windows CP1252.

§ m_wingdingsConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_wingdingsConv
protected

Internal and Low level: the converter for wingdings font.

§ m_wingdingsMap

std::map<unsigned char, unsigned long> MWAWFontConverterInternal::Data::KnownConversion::m_wingdingsMap
protected

Internal and Low level: map char -> unicode for wingdings font.

§ m_zapfChanceryConv

ConversionData MWAWFontConverterInternal::Data::KnownConversion::m_zapfChanceryConv
protected

Internal and Low level: the converter for zapfChancery font.


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

Generated on Thu Dec 1 2016 19:06:18 for libmwaw by doxygen 1.8.12