// This macro demonstrates how to display monospaced // text in the Log window. It requires ImageJ 1.53c or later. close("Log"); call("ij.text.TextWindow.setFont","Monospaced", 0, 32); print("This is a line of 32 point monospaced text."); print("1234567890 1234567890 1234567890")