Process lines into pages as they are built

This commit is contained in:
Dave Allie
2025-12-13 20:10:16 +11:00
parent fe831c615c
commit 114c8b3a43
4 changed files with 27 additions and 28 deletions
@@ -59,4 +59,5 @@ class ChapterHtmlSlimParser {
completePageFn(completePageFn) {}
~ChapterHtmlSlimParser() = default;
bool parseAndBuildPages();
void addLineToPage(std::shared_ptr<TextBlock> line);
};