I'm trying to replicate some reports done for ADempiere into iDempiere, and while in ADempiere (swing client) I had no issues with the system respecting my font settings (I mainly used either logical fonts [Sans-serif, Serif, etc] or the standard 14 fonts for PDFs), I find that in iDempiere, font size is ignored and all fonts appear to have the same size (10pt). As file size is quite important for my use case, I would prefer not having to embed fonts (that's the point of using the standard 14 PDF fonts).
--
Hi Antoni, it sounds like a font issue, it is common when you develop jasper in a windows machine, and then deploy it on a linux machine to have issues with fonts not installed. All the jasper rendering in zk is done in the server.
Regards,
Carlos Ruiz
Also, you can try iReport 5.6.0 instead of Jasper Studio.
--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/778aa802-dd76-4317-8f95-26f7ff9c1225%40googlegroups.com.
Hello Antoni, you can try the following in the fields you want to format:Markup = styledText Field Expression = "<style size = '20 '>" + "yourfield or Text" + "</ style>"
--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/b7fdd2ea-105c-439f-8736-7bd6a7c88bc3%40googlegroups.com.
I was having the problem that the font when transformed to a PDF was NOT the same font I was using on my i-Report. To fix this I installed a TTF. I wonder if the issue you are having with the font sizes is the fixed by same way.
so what is better to use jasper studio or ireport and which version??