!752 sS fontID = "#1004569"; // "Ticketing" static float fontSize = 30f; static BWImage img; p { long time = now(); new L images; for (int i = 0; i < 16; i++) { S title = randomID(12); print(title); BWImage img = new BWImage(renderText(fontID, fontSize, title)); images.add(subtitle(img, title)); } img = clusterImages(images); done_always(time, "Making glyph image (" + img.getWidth() + "/" + img.getHeight() + ")"); final S title = "Glyph Word Sheet " + md5OfBWImage(img) + " For Font " + quote(getSnippetTitle(fontID)) + " (" + fsi(fontID) + ") Size " + fontSize; addToWindow(showBWImage(title, img), jbutton("Upload", r { messageBox(uploadImage(title, toPNG(img.getBufferedImage()))); })); }