summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoye <joye>2014-06-10 19:21:59 (GMT)
committerjoye <joye>2014-06-10 19:21:59 (GMT)
commit6e982f64cf1731f986a8fb7530dc2ee04088a117 (patch)
treeb5389375d48102f460719d35a257082ee2c8964a
parentec25f9eeea3dcff7469057875eedeedd6a03e38a (diff)
downloadblt-6e982f64cf1731f986a8fb7530dc2ee04088a117.zip
blt-6e982f64cf1731f986a8fb7530dc2ee04088a117.tar.gz
blt-6e982f64cf1731f986a8fb7530dc2ee04088a117.tar.bz2
*** empty log message ***
-rw-r--r--src/bltGrPSOutput.C16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C
index 5087ce4..7f12e07 100644
--- a/src/bltGrPSOutput.C
+++ b/src/bltGrPSOutput.C
@@ -829,8 +829,11 @@ void PostScript::prolog()
"/cstringshow {\n"
" {\n"
" dup type /stringtype eq\n"
+" gsave\n"
+" 1 -1 scale\n"
" { show } { glyphshow }\n"
" ifelse\n"
+" grestore\n"
" } forall\n"
"} bind def\n"
"\n"
@@ -881,12 +884,13 @@ void PostScript::prolog()
" strings {\n"
" dup cstringwidth pop\n"
" justify neg mul 0 moveto\n"
-" {\n"
-" gsave\n"
-" 1 -1 scale\n"
-" show\n"
-" grestore\n"
-" } forall\n"
+" cstringshow\n"
+" % {\n"
+" % gsave\n"
+" % 1 -1 scale\n"
+" % show\n"
+" % grestore\n"
+" % } forall\n"
" 0 spacing neg translate\n"
" } forall\n"
" grestore\n"