missing method from desktop version

This commit is contained in:
benfry
2012-07-28 14:59:36 +00:00
parent 46f4ba5f51
commit 9be93a219d
@@ -450,6 +450,11 @@ public class PFont implements PConstants {
}
public void setSubsetting() {
subsetting = true;
}
public String getPostScriptName() {
return psname;
}