mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
missing method from desktop version
This commit is contained in:
@@ -450,6 +450,11 @@ public class PFont implements PConstants {
|
||||
}
|
||||
|
||||
|
||||
public void setSubsetting() {
|
||||
subsetting = true;
|
||||
}
|
||||
|
||||
|
||||
public String getPostScriptName() {
|
||||
return psname;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user