Ghostscript postscript pswrite is encoding text
问题 Why is Ghostscript pswrite encoding my text in its output? Consider the following MWE: %!PS-Adobe-3.0 %%Title: mwe.ps %%Pages: 001 %%BoundingBox: 0 0 595 842 %%EndComments %%Page: 1 1 %%PageBoundingBox: 0 0 595 842 0 0 1 setrgbcolor 0 0 595 842 rectfill 1 0 0 setrgbcolor 247 371 100 100 rectfill /Times-Roman findfont 72 scalefont setfont newpath 247 300 moveto (Chris) show showpage Saving this MWE to file and viewing in GSview will display a blue page with red square and my name underneath.