1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00

CSS support (in progress)

This commit is contained in:
Nikolay Pultsin 2012-05-09 03:48:14 +01:00
parent cbf156e8d5
commit c281770998
10 changed files with 100 additions and 74 deletions

View file

@ -73,7 +73,7 @@ private:
void beginParagraph();
void endParagraph();
void addStyleEntry(const std::string tag, const std::string aClass);
bool addStyleEntry(const std::string tag, const std::string aClass);
private:
BookReader &myModelReader;