Process lines into pages as they are built

This commit is contained in:
Dave Allie
2025-12-13 20:10:16 +11:00
parent c7a32fe41f
commit 5bae283838
4 changed files with 27 additions and 28 deletions

View File

@@ -59,4 +59,5 @@ class ChapterHtmlSlimParser {
completePageFn(completePageFn) {}
~ChapterHtmlSlimParser() = default;
bool parseAndBuildPages();
void addLineToPage(std::shared_ptr<TextBlock> line);
};