mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
removed PFont2 from font builder, updated revisions.txt for release
This commit is contained in:
@@ -385,7 +385,7 @@ public class PdeFontBuilder extends JFrame {
|
||||
try {
|
||||
Font instance = (Font) table.get(list[selection]);
|
||||
font = instance.deriveFont(Font.PLAIN, fontsize);
|
||||
PFont2 f = new PFont2(font, all, smooth);
|
||||
PFont f = new PFont(font, all, smooth);
|
||||
|
||||
// make sure the 'data' folder exists
|
||||
if (!targetFolder.exists()) targetFolder.mkdirs();
|
||||
|
||||
Reference in New Issue
Block a user