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:
parent
06e46d4c33
commit
59639078ea
12 changed files with 209 additions and 84 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue