Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 135211 the attached report design cannot be rendered in PDF format

Summary 
Support font-family name “Times” as an alias of type-1 font-family “Times-Roman”.

Support type-1 font “SYMBOL”.

Bugzilla Bug (s) Resolved:
Bugzilla Bug 135211: the attached report design cannot be rendered in PDF format

Description:

iText 1.3 uses “Times” as the alias of “Times-Roman” which is a type-1 font. However; if the user specify “Times” as the font name, the PDF emitter will regard it as a true-type font and an unsupported encoding exception will be thrown. So, now we also regard “Times” as a type-1 font to avoid the exception.

Test Description:
Manual Test
 
Files Edited:
 "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/pdf/FontHandler.java

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:

 

 

Best regards,

Yu Chen

 

 


Back to the top