iReport is missing special character when exporting PDF

0

I'm using iReport 3.7.4 to generate the reports. In one of the reports, I need to use an arrow, to indicate a step by step. So I found the arrow code in HTMl Entities ➜ & # 10140; , and in the field in iReport, I left Markup as HTML. When I export the report to Word, everything works fine, and the HTML Entities arrows appear.

But when I put to export to PDF, the HTML Entities (➜) arrows that indicate step by step disappear from the report.

Does anyone have any idea how I can fix this?

➜ = & # 10140

    
asked by anonymous 07.08.2017 / 14:10

1 answer

1

Following the tip of Gustavo Fragoso, I changed the font for Dejavu Sans, and it worked:

<font fontName="DejaVu Sans" size="11" isBold="false" pdfFontName="" pdfEncoding="Identity-H" isPdfEmbedded="true"/>
    
08.08.2017 / 15:05