no extra spacing between paragraphs

This commit is contained in:
Jonas Diemer 2025-12-14 18:57:26 +01:00
parent 3bc5f8bc7a
commit 3262d8d2b7

View File

@ -275,5 +275,5 @@ void ChapterHtmlSlimParser::makePages() {
renderer, fontId, marginLeft + marginRight, renderer, fontId, marginLeft + marginRight,
[this](const std::shared_ptr<TextBlock>& textBlock) { addLineToPage(textBlock); }); [this](const std::shared_ptr<TextBlock>& textBlock) { addLineToPage(textBlock); });
// Extra paragrpah spacing // Extra paragrpah spacing
currentPageNextY += lineHeight / 2; //currentPageNextY += lineHeight / 2;
} }