sema4-daniilvolkov

Results 1 issues of sema4-daniilvolkov

The issue is potentially related to https://github.com/corretto/corretto-11/issues/118 ``` SimpleJasperReportsContext context = new SimpleJasperReportsContext(); // Raleway SimpleFontFamily raleway = new SimpleFontFamily(context); raleway.setName("Raleway"); raleway.setPdfEmbedded(true); raleway.setPdfEncoding("Identity-H"); SimpleFontFace ralewayRegular = new SimpleFontFace(context); ralewayRegular.setTtf("fonts/Raleway/Raleway-Regular.ttf"); raleway.setNormalFace(ralewayRegular);...

bug