// This macro demostrates how to set the typeface and // style of labels drawn using Image>Stacks>Label. newImage("Untitled", "8-bit Black", 500, 500, 100); style = 3; // Font.BOLD (1)+Font.ITALIC (2); call("ij.gui.TextRoi.setFont", "Times", 80, style); setForegroundColor(80, 255, 160); run("Label...", "format=0000 x=50 y=200 font=80 text=Image use use_text");