I'm using iReport 5.5. I put the static text, in preview the text is showing perfect, but in my output printing the character spacing is not normal.
This is the output printing image:
I set the text to stretch but without positive changes
This is example of my static text:
<title>
<band height="79" splitType="Stretch">
<staticText>
<reportElement positionType="Float" stretchType="RelativeToTallestObject" x="192" y="24" width="152" height="20" isRemoveLineWhenBlank="true" isPrintInFirstWholeBand="true" isPrintWhenDetailOverflows="true" uuid="d7aedc6e-1158-4aee-b3f5-32ec446fb9d7"/>
<textElement>
<font fontName="Monospaced" size="9"/>
</textElement>
<text><![CDATA[MUHAMAD KHOIRUL UMAM]]></text>
</staticText>
</band>
</title>
it's solved after trying run the project in other computer. in windows 10 64bit,. i don't know why .. but it's running perfectly :D