mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 17:14:32 +00:00
gnujpdf - unicode font support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user