mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
smooth wasn't properly set when writing new fonts with the create font
tool
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user