mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
store encryption info in FontEntry as well as file path
This commit is contained in:
parent
d7af2c58d5
commit
48cdfee8a2
7 changed files with 59 additions and 33 deletions
|
@ -274,7 +274,7 @@ HtmlStyleTagAction::HtmlStyleTagAction(HtmlBookReader &reader) : HtmlTagAction(r
|
|||
}
|
||||
|
||||
void HtmlStyleTagAction::run(const HtmlReader::HtmlTag &tag) {
|
||||
myReader.myStyleSheetParser = tag.Start ? new StyleSheetTableParser(myReader.myBaseDirPath, myReader.myStyleSheetTable, myReader.myFontMap) : 0;
|
||||
myReader.myStyleSheetParser = tag.Start ? new StyleSheetTableParser(myReader.myBaseDirPath, myReader.myStyleSheetTable, myReader.myFontMap, 0) : 0;
|
||||
/*
|
||||
if (!tag.Start) {
|
||||
myReader.myStyleSheetTable.dump();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue