From e8decf550c3c056ac6a3ac9d19120c38c8964e25 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 13 Jun 2005 19:23:08 +0000 Subject: [PATCH] smooth wasn't properly set when writing new fonts with the create font tool --- core/PFont.java | 1 + 1 file changed, 1 insertion(+) 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();