Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix Bugzilla Bug 192570: Italic style doesn't take effect in ppt.

- Summary:

Fix Bugzilla Bug 192570: Italic style doesn't take effect in ppt.

 

- Bugzilla Bug(s)

192570

 

- Description:

The italic bug is fixed before. Current check-in fixes another bug that a text will be wrapped incorrectly. This bug is caused by PPT's wrapping logic. In PPT, if the width of text box equals to the width of text exactly, the text will be wrapped.

The solution is, in PPT emitter, the width of text area is enlarged by 1 point so that the text won't be wrapped.

 

 

- Tests Description:

 

- Notes to Build Team:

 

- Notes to Developers:

 

- Notes to QA:

 

- Notes to Documentation:

 

- Files Edited:

/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/device/PPTPage.java

 

- Files Added:

 

-Jun Ouyang

 


Back to the top