PsToPdfFontPaths.java
572 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.ps2pdf;
import org.omg.CORBA.portable.IDLEntity;
public final class PsToPdfFontPaths
implements IDLEntity {
public String customerFontPath = "";
public String adobeFontPath = "";
public String systemFontPath = "";
public PsToPdfFontPaths() {
}
public PsToPdfFontPaths(String customerFontPath, String adobeFontPath, String systemFontPath) {
this.customerFontPath = customerFontPath;
this.adobeFontPath = adobeFontPath;
this.systemFontPath = systemFontPath;
}
}