g = new graphics g.backgroundColor[0,0,1/2] g.font["SansSerif", "bold", 10] g.color[1,1,1] g.text["Frink",0,0, "center", "bottom"] g.font["SansSerif", 1] g.text["The Google Play store tells me I need a \"feature graphic.\"", 0,0,"center", "top"] g.text["This is one rendered by Frink.", 0,1,"center", "top"] g.text["Frink can even do your graphics work for you.", 0,2,"center", "top"] g.show[] g.write["FeatureGraphic.png", 1024, 500]