1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

embedded fonts processing (in progress)

This commit is contained in:
Nikolay Pultsin 2014-03-30 11:20:27 +03:00
parent 06e46d4c33
commit 59639078ea
12 changed files with 209 additions and 84 deletions

View file

@ -396,6 +396,7 @@ void HtmlBookReader::setProcessPreTag(bool process) {
}
HtmlBookReader::HtmlBookReader(const std::string &baseDirectoryPath, BookModel &model, const PlainTextFormat &format, const std::string &encoding) : HtmlReader(encoding), myBookReader(model), myBaseDirPath(baseDirectoryPath), myFormat(format), myBuildTableOfContent(true), myProcessPreTag(true) {
myFontMap = new FontMap();
}
HtmlBookReader::~HtmlBookReader() {