diff --git a/core/PFont.java b/core/PFont.java index 4c4aa4109..c6de8ebb1 100644 --- a/core/PFont.java +++ b/core/PFont.java @@ -664,6 +664,7 @@ public class PFont implements PConstants { // save this so that we can use the native version this.font = font; + this.smooth = smooth; name = font.getName(); psname = font.getPSName();