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

ePub embedded fonts support (in progress)

This commit is contained in:
Nikolay Pultsin 2014-03-17 23:20:59 +02:00
parent 2f5e28d325
commit 8e925ef8d7
6 changed files with 85 additions and 13 deletions

View file

@ -274,7 +274,7 @@ HtmlStyleTagAction::HtmlStyleTagAction(HtmlBookReader &reader) : HtmlTagAction(r
}
void HtmlStyleTagAction::run(const HtmlReader::HtmlTag &tag) {
myReader.myStyleSheetParser = tag.Start ? new StyleSheetTableParser(myReader.myStyleSheetTable) : 0;
myReader.myStyleSheetParser = tag.Start ? new StyleSheetTableParser(myReader.myBaseDirPath, myReader.myStyleSheetTable) : 0;
/*
if (!tag.Start) {
myReader.myStyleSheetTable.dump();