iReport 4.7设置字符粗体,但对pdf没有影响

时间:2016-11-23 11:55:28

标签: jasper-reports export-to-pdf

我使用label来设置中文并使用粗体来使字符变粗,它在ireport软件中有效,但是当我用pdf打印时没有效果。

<staticText>
            <reportElement uuid="20445ac6-99f7-44aa-9e7f-f9b658decf3b" x="0" y="0" width="554" height="23"/>
            <textElement textAlignment="Center" verticalAlignment="Middle">
                <font fontName="SansSerif" size="12" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
            </textElement>
            <text><![CDATA[学生预防性体检结果]]></text>
        </staticText>

1 个答案:

答案 0 :(得分:0)

我选择microsoft yahei字体作为我的中文字体,simsun字体作为我的文本字段字体,将wryh.jar放在项目的libs下,当我用pdf打印它时,字体可以看成粗体。我的问题解决了。谢谢大家