Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 155632--Highlight red&Cursive does not work correctly

Title: CheckIn: Fix Bugzilla Bug 155632--Highlight red&Cursive does not work correctly

Summary 

Bugzilla Bug (s) Resolved:

155632--Highlight red&Cursive does not work correctly

Description:

As we known, a font family does not has bold face. iText simulates bold face font in this case by adding filling stroke around the font glyph.

We do not set the font of filling stroke, and default color is block.  When the font size is small enough, it seems that text is black color.

Change: set correct color for filling stroke.

Test Description:

Manual Test

 Files Edited:

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

Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top