38 #ifndef MWAW_FONT_CONVERTER
39 # define MWAW_FONT_CONVERTER
47 namespace MWAWFontConverterInternal
75 int getId(std::string
const &name, std::string family=
"")
const;
77 std::string
getName(
int macId)
const;
79 void setCorrespondance(
int macId, std::string
const &name, std::string family=
"");
87 void getOdtInfo(
int macId, std::string &name,
int &deltaSize)
const;
91 int unicode(
int macId,
unsigned char c)
const;
99 int unicode(
int macId,
unsigned char c,
unsigned char const *(&str),
int len)
const;
102 static std::string
getValidName(std::string
const &name);
105 mutable shared_ptr<MWAWFontConverterInternal::State>
m_manager;