Font sizing not working when printing
Posted: Fri Jun 23, 2023 5:03 pm
I have the following in a text component:
<font size="36">{Currency}</font><font size="56">{item.newPrice}</font>
When viewing the report it is showing correctly, with the smaller currency symbol, but when printing or exporting to PDF the whole element is rendered at a single size.
On screen shows:
£1.50
PDF or print shows:
£1.50
Any ideas on how to achieve this?
<font size="36">{Currency}</font><font size="56">{item.newPrice}</font>
When viewing the report it is showing correctly, with the smaller currency symbol, but when printing or exporting to PDF the whole element is rendered at a single size.
On screen shows:
£1.50
PDF or print shows:
£1.50
Any ideas on how to achieve this?