Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 123876--Justification does not work in PDF

Title: CheckIn: Fix Bugzilla Bug 123876--Justification does not work in PDF

Summary 

Fix Bugzilla Bug 123876--Justification does not work in PDF

Bugzilla Bug (s) Resolved:

123876--Justification does not work in PDF

Description:

Supports justify alignment on text elements in PDF.

For western embedded font, adjust word spacing of the text, and for Unicode TrueType font, adjust position of each word at render time.

Add test case for this issue

Test Description:

Manual Test

 Files Edited:

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java"

"/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java"

"/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/textJustify.xml"

Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top