i'm using iReport 5.6 and JDK 6. when i call my report through my Java application this exception appears. i'm using a special font type and i have added to the iReport Libraries.
The Exception is:
**JRRuntimeException: couldn't load the following font:
pdfFontName: Helvetica
pdfEncoding: Identity-H
isPdfEmbedded: false**
I don't use this type of font, the font is use is special and I gave it a name "Arial" and i have imported it to the fonts library of the iReport. should I add this ttf file to java, and where? and why there exception about font I don't use.