When trying to insert a Label onto the image, i can do that an also manipulate the font and color of the label as it is displayed on the screen.
However, the label (in this case the title of the title of the image, fails of display when i save the image.
Macro Snippet
style = 3; // Font.BOLD (1)+Font.ITALIC (2);
call("ij.gui.TextRoi.setFont", "Times", 80, style);
setForegroundColor(80, 255, 160);
run("Label...", "format=Text x=10 y=20 font=20 text=["+name_original+"] use use_text show");