iReport does not render bold in PDF

0

iReport does not render Bold in PDF. Has anyone ever had a problem with this? Bold marked. Embedded PDF tagged. Markup: Tested with HTML and Styled. I'm using Arial font.

I've already tried setting HTML and adding TEXT and it also did not work. But in all situations it does not display bold in PDF.

    
asked by anonymous 28.12.2016 / 13:42

1 answer

0

Problem solved:

ADD:

<dependency>
    <groupId>net.sf.jasperreports</groupId>
    <artifactId>jasperreports-fonts</artifactId>
    <version>6.0.0</version>
</dependency>
    
28.12.2016 / 15:43