diff --git a/app/src/processing/app/tools/CreateFont.java b/app/src/processing/app/tools/CreateFont.java index dba4a0d9e..f1d2309c1 100644 --- a/app/src/processing/app/tools/CreateFont.java +++ b/app/src/processing/app/tools/CreateFont.java @@ -141,7 +141,8 @@ public class CreateFont extends JFrame { // see http://rinkworks.com/words/pangrams.shtml sample = new JTextArea("The quick brown fox blah blah.") { - //"Forsaking monastic tradition, twelve jovial friars gave up their vocation for a questionable existence on the flying trapeze.") { + // Forsaking monastic tradition, twelve jovial friars gave up their + // vocation for a questionable existence on the flying trapeze. public void paintComponent(Graphics g) { //System.out.println("disabling aa"); Graphics2D g2 = (Graphics2D) g;