I am using Bookman Old Style font as this code :
<staticText>
<reportElement x="32" y="50" width="445" height="50" uuid="d0e3544f-be53-4fee-ae34-4518f4b4ff17"/>
<textElement textAlignment="Center">
<font fontName="Bookman Old Style" size="16" isBold="true"/>
<paragraph lineSpacing="Single"/>
</textElement>
<text><![CDATA[DINAS PENANAMAN MODAL DAN
PELAYANAN TERPADU SATU PINTU]]></text>
</staticText>
But the result is not in that Font. As adobe reader says it stays in Arial font.
I am experiencing Not-found font as in this article : Font used in Jaspersoft isn't available in JVM and fix it by Download font.ttf and upload it to the server (as i use JVM and Javabridge for create pdf) in /usr/share/local/font/sample folder.
What Am I missing? Why the font is not as it is? Any idea?