ralfstuckert / pdfbox-layout

MIT License
155 stars 74 forks source link

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

Open Harshil8055 opened 4 years ago

Harshil8055 commented 4 years ago

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.

Harshil8055 commented 4 years ago

@ralfstuckert