static public void initReportsFonts() throws IOException{
if (fontIsLoaded){
return;
}
fontIsLoaded = true;
JRResourcesUtil.setBaseFileSource(new JRCostumFileSource() {
@Override
public InputStream getInputStream(String fileName) {
return ReportBaseConstant.getJRExtraResource(fileName);
}
});