You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/src/main/java/com/genexus/reports/PDFReportPDFBox.java
+9-6
Original file line number
Diff line number
Diff line change
@@ -482,9 +482,9 @@ public void GxAttris(String fontName, int fontSize, boolean fontBold, boolean fo
482
482
}
483
483
}
484
484
baseFont = createPDType1FontFromName(fontName);
485
+
baseFontName = fontName;
485
486
if (baseFont == null){
486
487
baseFont = getOrLoadFont(fontName, document);
487
-
baseFontName = fontName;
488
488
}
489
489
490
490
}
@@ -652,11 +652,14 @@ public void GxDrawText(String sTxt, int left, int top, int right, int bottom, in
652
652
log.debug("WARNING: HTML rendering is not natively supported by PDFBOX 2.0.27. Handcrafted support is provided but it is not intended to cover all possible use cases");
0 commit comments