mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
introduced FontEntry & FontMap classes
This commit is contained in:
parent
6868ca2f97
commit
7ff13974d3
9 changed files with 153 additions and 15 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <ZLVideoEntry.h>
|
||||
|
||||
#include "../css/StyleSheetTable.h"
|
||||
#include "../css/FontMap.h"
|
||||
#include "../css/StyleSheetParser.h"
|
||||
|
||||
class ZLFile;
|
||||
|
@ -105,6 +106,7 @@ private:
|
|||
bool myPreformatted;
|
||||
bool myNewParagraphInProgress;
|
||||
StyleSheetTable myStyleSheetTable;
|
||||
shared_ptr<FontMap> myFontMap;
|
||||
std::vector<int> myCSSStack;
|
||||
std::vector<shared_ptr<ZLTextStyleEntry> > myStyleEntryStack;
|
||||
int myStylesToRemove;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue