使用ireport画报表时 需要用到@宋体。
但ireport中只有宋体 没有@宋体 ,类似于qq里面可以字体选择为@宋体 @黑体等。使用的ireport 版本是1.3.2 。非常感谢。
供参考:
https://blog.csdn.net/itlqi/article/details/52664364
https://blog.csdn.net/zouliping123456/article/details/78950689
Right表示从上往下垂直的文字
<staticText>
<reportElement x="100" y="2" width="100" height="75" uuid="ac56467b-05e7-4749-ab0a-cf15b3c2047d"/>
<textElement rotation="Right">
<paragraph lineSpacing="Single"/>
</textElement>
<text><![CDATA[YOUR TEXT]]></text>
</staticText>