diff options
author | Johannes Hofmann <johannes.hofmann@gmx.de> | 2005-06-17 16:27:17 +0000 |
---|---|---|
committer | Johannes Hofmann <johannes.hofmann@gmx.de> | 2005-06-17 16:27:17 +0000 |
commit | 502f734db740b564e439ec32d2b9a8fbf3c7c49b (patch) | |
tree | bdbe5ec3b6af7f97c8e8a8da7f28887d2fb81e6f | |
parent | c1b3d305156969682faaa0b5026fb63aabb673df (diff) |
cleanup postscript
cleanup postscript
-rw-r--r-- | src/Postscript.cxx | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/Postscript.cxx b/src/Postscript.cxx index a896fc0..61a32ea 100644 --- a/src/Postscript.cxx +++ b/src/Postscript.cxx @@ -1,5 +1,5 @@ // -// "$Id: Postscript.cxx,v 1.17 2005/06/17 18:24:34 hofmann Exp $" +// "$Id: Postscript.cxx,v 1.18 2005/06/17 18:27:17 hofmann Exp $" // // Postscript handling routines. // @@ -25,12 +25,11 @@ #include <string.h> #include "Postscript.H" -#define PS_POS_FORMAT "newpath %d %d moveto %% PSEditWidget\n" -#define PS_TEXT_FORMAT "(%s) show %% PSEditWidget\n" -#define PS_SIZE_FORMAT "/HelveticaNeue-Roman findfont %d scalefont setfont"\ - " %% PSEditWidget\n" -#define PS_COLOR_FORMAT "%lf %lf %lf setrgbcolor %% PSEditWidget\n" -#define PS_GLYPH_FORMAT "/%s glyphshow %% PSEditWidget\n" +#define PS_POS_FORMAT "newpath %d %d moveto\n" +#define PS_TEXT_FORMAT "(%s) show\n" +#define PS_SIZE_FORMAT "/HelveticaNeue-Roman findfont %d scalefont setfont\n" +#define PS_COLOR_FORMAT "%lf %lf %lf setrgbcolor\n" +#define PS_GLYPH_FORMAT "/%s glyphshow\n" #define PS_TAG_FORMAT "" // |