JasperReports 5.6: Could not load the following font

前端 未结 5 1009
梦如初夏
梦如初夏 2021-01-05 02:01

I am facing the problem, that JasperReports still cannot find the Arial font.

I created a simple Maven Project with following structure and included it to

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-05 02:53

    In my case, I was using:

    
    

    I had to remove pdffontName, the correct font tag is:

    
    

    Note I am using a font jar that contains the following .xml file:

        
    
    
       
           
           
           
       
    
    
    
    

提交回复
热议问题