38 #ifndef MWAW_FONT_CONVERTER 39 # define MWAW_FONT_CONVERTER 74 int getId(std::string
const &name, std::string family=
"")
const;
76 std::string getName(
int macId)
const;
78 void setCorrespondance(
int macId, std::string
const &name, std::string family=
"");
86 void getOdtInfo(
int macId, std::string &name,
int &deltaSize)
const;
90 int unicode(
int macId,
unsigned char c)
const;
98 int unicode(
int macId,
unsigned char c,
unsigned char const *(&str),
int len)
const;
101 static std::string getValidName(std::string
const &name);
104 mutable shared_ptr<MWAWFontConverterInternal::State>
m_manager;
Encoding
the character encoding type
Definition: MWAWFontConverter.hxx:66
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:503
a namespace used to convert Mac font characters in unicode
Definition: MWAWFontConverter.hxx:62
shared_ptr< MWAWFontConverterInternal::State > m_manager
the main manager
Definition: MWAWFontConverter.hxx:104
Internal namespace used to store the data used by MWAWFontConverterInternal.
Definition: MWAWFontConverter.cxx:43