diff options
Diffstat (limited to 'src/java/org/apache/fop')
-rw-r--r-- | src/java/org/apache/fop/pdf/PDFFont.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/pdf/PDFFont.java b/src/java/org/apache/fop/pdf/PDFFont.java index 9b827ebf1..b98736487 100644 --- a/src/java/org/apache/fop/pdf/PDFFont.java +++ b/src/java/org/apache/fop/pdf/PDFFont.java @@ -196,7 +196,7 @@ public class PDFFont extends PDFObject { if (getDocumentSafely().getPDFAMode().isPDFA1LevelB()) { if (this.getClass() == PDFFont.class) { throw new PDFConformanceException("For PDF/A-1, all fonts, even the base 14" - + " fonts, have to be embedded!"); + + " fonts, have to be embedded! Offending font: " + this.basefont); } } } |