Hi,

Try to use isStretchWithOverflow="true" or increase the height of your text elements when you change the font size.

I hope this helps.
Teodor


Geoffrey De Smet wrote:
Java has 5 logical fonts, which have a very nice feature:
Any platform (Win/Linux/Mac/...) have a font mapped to them.

But when I use any of those 5 fonts (Dialog, DialogInput, Serif, SansSerif, Monospaced) they show up blank if the size is different from 10:

Does work:

<reportFont ... fontName="Dialog" size="10" .../>
<reportFont ... fontName="Times New Roman" size="12" .../>
<!-- unsure about non windows systems... -->

Shows up blank:

<reportFont ... fontName="Dialog" size="12" .../>

Here is my full definition:

<reportFont name="ggg" isDefault="false" fontName="Dialog" size="12" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" isPdfEmbedded="true" />



Using Jasperreports 1.2.0

Thanks for a great product btw.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to