Browse Source

Merge pull request #369 from lee-hong/master

Update Cell.java
master
高杰 6 years ago
committed by GitHub
parent
commit
63881d7e23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ureport2-core/src/main/java/com/bstek/ureport/model/Cell.java

2
ureport2-core/src/main/java/com/bstek/ureport/model/Cell.java

@ -596,7 +596,7 @@ public class Cell implements ReportCell {
lineHeight=cellStyle.getLineHeight();
}
fontSize=fontSize*lineHeight;
int singleLineHeight=UnitUtils.pointToPixel(fontSize);//fontMetrics.getHeight();
int singleLineHeight=UnitUtils.pointToPixel(fontSize)-2;//fontMetrics.getHeight();
if(textWidth<=totalColumnWidth){
return;
}

Loading…
Cancel
Save