Arial Italic is not working in pdf

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.
 
 
lange010's picture
Joined: Oct 29 2013 - 1:40am
Last seen: 9 years 7 months ago

2 Answers:

Options on IReport--> ClassPath tab--> Add JAR--> Arial.jar and then check Reloadable box

nhutnhut79's picture
Joined: Mar 21 2013 - 8:38am
Last seen: 6 years 1 month ago

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?

aprilevans587's picture
Joined: Apr 8 2013 - 8:40pm
Last seen: 9 years 2 months ago
Feedback