1
0
Fork 0
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:
Nikolay Pultsin 2014-03-28 13:16:00 +03:00
parent 6868ca2f97
commit 7ff13974d3
9 changed files with 153 additions and 15 deletions

View file

@ -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;