如何在静态文本中添加间距或如何设置字符间距

时间:2016-06-16 06:42:13

标签: jasper-reports

我正在使用iReport 5.5。我把静态文本,在预览文本显示完美,但在我的输出打印中字符间距不正常。

this is the preview image

这是输出打印图像:

and this is the output printing image

我将文字设置为拉伸但没有正面更改

这是我的静态文本示例:

<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>

1 个答案:

答案 0 :(得分:0)

尝试在其他计算机上运行项目后,它已解决了。在Windows 10 64bit中。我不知道为什么......但它运行得很好:D