removed PFont2 from font builder, updated revisions.txt for release

This commit is contained in:
benfry
2004-10-10 19:28:29 +00:00
parent 98c4dfacca
commit bc794a9fe7
2 changed files with 57 additions and 2 deletions

View File

@@ -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();