Skip to content

Commit

Permalink
Merge pull request sumatrapdfreader#529 from sambhare/master
Browse files Browse the repository at this point in the history
Added vertical space before and after paragraphs
  • Loading branch information
kjk authored Oct 14, 2016
2 parents 84a9071 + 5af2b9a commit 2a0cb0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HtmlFormatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ void HtmlFormatter::HandleTagP(HtmlToken *t, bool isDiv)
FlushCurrLine(true);
RevertStyleChange();
}
EmitEmptyLine(0.4f * CurrFont()->GetSize());
}

void HtmlFormatter::HandleTagFont(HtmlToken *t)
Expand Down

0 comments on commit 2a0cb0c

Please sign in to comment.