!752 static float size = 40f; sS text = "01"; //"Hello Font."; p { new L data; for (S font : localFontFamilies()) pcall { print("Rendering in " + font + "..."); data.add(ll(font, renderText(new Font(font, Font.PLAIN, (int) size), size, text))); } showTableWithImages(quote(text) + " in every local font (size \*size*/)", ll("Font Name", "Text"), data).setRowHeight(max(30, iround(size*5/4))); }