Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 157263--"cm" and "mm" of line height doesn't take effects in PDF

Title: CheckIn: Fix Bugzilla Bug 157263--"cm" and "mm" of line height doesn't take effects in PDF

Summary 

Fix Bugzilla Bug 157263--"cm" and "mm" of line height doesn't take effects in PDF

Bugzilla Bug (s) Resolved:

157263--"cm" and "mm" of line height doesn't take effects in PDF

Description:

Why: PDF Layout engine parse the string to an integer which causes an NumberFormatException

Fix: parse the string to a float value.

Test Description:

Manual Test

 Files Edited:

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/PropertyUtil.java

Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top