gnujpdf - unicode font support

This commit is contained in:
Jindra Petřík
2021-02-24 19:55:59 +01:00
parent 8aaf3a3b42
commit 9dacd28347
10 changed files with 520 additions and 137 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ public class PDFJob extends PrintJob implements Serializable
/**
* This is used by our version of create()
*/
graphic(PDFPage page,PDFJob job,PrintWriter pw) {
graphic(PDFPage page, PDFJob job, RawPrintWriter pw) {
super();
this.init(page,pw);
this.job = job;