Skip to content

Commit 0aa61dd

Browse files
Add missing font name
Issue:203719
1 parent bec6c12 commit 0aa61dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/main/java/com/genexus/reports/PDFReportPDFBox.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,9 @@ public void GxAttris(String fontName, int fontSize, boolean fontBold, boolean fo
482482
}
483483
}
484484
baseFont = createPDType1FontFromName(fontName);
485+
baseFontName = fontName;
485486
if (baseFont == null){
486487
baseFont = getOrLoadFont(fontName, document);
487-
baseFontName = fontName;
488488
}
489489

490490
}

0 commit comments

Comments
 (0)