mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
fixed duplicate processing for some CSS properties
This commit is contained in:
parent
7c048d0a78
commit
0e0327dee8
4 changed files with 7 additions and 3 deletions
|
@ -665,6 +665,7 @@ bool XHTMLReader::addTextStyleEntry(const std::string tag, const std::string aCl
|
|||
void XHTMLReader::addTextStyleEntry(const ZLTextStyleEntry &entry) {
|
||||
if (!entry.isFeatureSupported(ZLTextStyleEntry::FONT_FAMILY)) {
|
||||
myModelReader.addStyleEntry(entry);
|
||||
return;
|
||||
}
|
||||
|
||||
bool doFixFamiliesList = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue