/[xforms]/xforms/image/image_postscript.c
ViewVC logotype

Diff of /xforms/image/image_postscript.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by leeming, Thu Apr 24 09:35:34 2003 UTC revision 1.7 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 31  Line 31 
31   *   *
32   *  PostScript support.   *  PostScript support.
33   *   *
34   * Do we want to integrate the stuff from ps_core.c, ps_draw.c and   * Do we want to integrate the stuff from ps_core.c, ps_draw.c and
35   * postscript.c to consolidate ps support ?     * postscript.c to consolidate ps support ?
36   *   *
37   */   */
38    
# Line 445  PS_write_header(FL_IMAGE * im) Line 445  PS_write_header(FL_IMAGE * im)
445      fprintf(fp, "/pw {pagew lm 2 mul sub} BD \t%% writable width\n");      fprintf(fp, "/pw {pagew lm 2 mul sub} BD \t%% writable width\n");
446      fprintf(fp, "/ph {pageh bm 2 mul sub} BD \t%% writable height\n");      fprintf(fp, "/ph {pageh bm 2 mul sub} BD \t%% writable height\n");
447    
448      /*      /*
449       * instead of emitting numbers, the actual calculation is output so that       * instead of emitting numbers, the actual calculation is output so that
450       * both scale and margin can be adjusted in PS       * both scale and margin can be adjusted in PS
451       */       */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26