ralfstuckert/pdfbox-layout

para.getHeight() gives incorrect results when wrap occurs.

Opened this issue · 1 comments

When paragraph is long enough it wraps around and continue on next line. But when getHeight() function is called it only consider one line. Please tell me way to solve it.