FontsInFolder.java
414 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.ps2pdf;
import org.omg.CORBA.portable.IDLEntity;
public final class FontsInFolder
implements IDLEntity {
public String folderPath = "";
public String[] fontNames;
public FontsInFolder() {
}
public FontsInFolder(String folderPath, String[] fontNames) {
this.folderPath = folderPath;
this.fontNames = fontNames;
}
}