smooth wasn't properly set when writing new fonts with the create font

tool
This commit is contained in:
benfry
2005-06-13 19:23:08 +00:00
parent 798407833e
commit e8decf550c
+1
View File
@@ -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();