With Option/Fonts I installed a Arial Font. I added also the fonts for Bold/Italic and Bold Italic. Because I'm making pdf's for Poland, I used CP1250 (Central European) coding with embedded fonts.
I my report I choose Arial, set Italic to true.
On the screen and on the Preview screen I see italic text. But when I start the pdf it is not Italic.
In the xml file i only see:
<staticText>
<reportElement x="184" y="50" width="70" height="12"/>
<textElement textAlignment="Right">
<font fontName="Arial" isItalic="true"/>
</textElement>
<text><![CDATA[/ Delivery Date:]]></text>
</staticText>
But no other references.
2 Answers:
Posted on December 19, 2013 at 7:30pm
Hey, Lange. If above solution solved your PDF reading issue, please mark it as a right answer. By the way, when you are creating PDF file, the bold function works well, right?