Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:default-fonts-itext8' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo authored and genexusbot committed Oct 5, 2023
1 parent 5f345f8 commit 85894c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/dotnetcore/GxPdfReportsCS/PDFReportItext8.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected override void init(ref int gxYPage, ref int gxXPage, int pageWidth, in
pdfDocument = new PdfDocument(writer);
pdfDocument.SetDefaultPageSize(this.pageSize);
document = new Document(pdfDocument);
document.SetFontProvider(new DefaultFontProvider(false, true, false));
document.SetFontProvider(new DefaultFontProvider(false, false, false));
}
catch (PdfException de)
{
Expand Down

0 comments on commit 85894c5

Please sign in to comment.