We're just switching from BIRT 2.3 to 2.6 and noticed that all texts in
PDF output come out much larger in 2.6 than they were in 2.3.
We use our own font, so the font itself cannot be the problem.
Is there any "global" setting in BIRT to reduce the font size? Our
several customers have lots of reports and we cannot re-work them all.
In method getMediumFontSize() of class
org.eclipse.birt.report.engine.css.engine.BIRTCSSEngine the default
medium font size had been changed from 9pt to 12pt. I suppose there is
no other way to get the old sizes other than changing it back to 9 in
the source?
Am 08.07.2010 08:03, schrieb Juergen Schwarz:
> We're just switching from BIRT 2.3 to 2.6 and noticed that all texts in
> PDF output come out much larger in 2.6 than they were in 2.3.
Can you open a bug for this? You could also create a css sheet with the
defaults you want and import them into the reports.
Jason
On 7/8/2010 2:48 AM, Juergen Schwarz wrote:
> Found the cause:
>
> In method getMediumFontSize() of class
> org.eclipse.birt.report.engine.css.engine.BIRTCSSEngine the default
> medium font size had been changed from 9pt to 12pt. I suppose there is
> no other way to get the old sizes other than changing it back to 9 in
> the source?
>
>
> Am 08.07.2010 08:03, schrieb Juergen Schwarz:
>> We're just switching from BIRT 2.3 to 2.6 and noticed that all texts in
>> PDF output come out much larger in 2.6 than they were in 2.3.
>