You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2003/04/18 22:21:07 UTC

cvs commit: xml-fop/src/java/org/apache/fop/render/ps PSDocumentGraphics2D.java

jeremias    2003/04/18 13:21:07

  Modified:    src/java/org/apache/fop/render/ps PSDocumentGraphics2D.java
  Log:
  Adjust for method move. Fixes compile error.
  Submitted by: Glen Mazza <gl...@yahoo.com>
  
  Revision  Changes    Path
  1.2       +1 -1      xml-fop/src/java/org/apache/fop/render/ps/PSDocumentGraphics2D.java
  
  Index: PSDocumentGraphics2D.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/render/ps/PSDocumentGraphics2D.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PSDocumentGraphics2D.java	12 Mar 2003 15:33:03 -0000	1.1
  +++ PSDocumentGraphics2D.java	18 Apr 2003 20:21:07 -0000	1.2
  @@ -146,7 +146,7 @@
           gen.writeDSCComment(DSCConstants.BEGIN_SETUP);
           PSProcSets.writeFOPStdProcSet(gen);
           PSProcSets.writeFOPEPSProcSet(gen);
  -        PSRenderer.writeFontDict(gen, fontInfo);
  +        PSProcSets.writeFontDict(gen, fontInfo);
           gen.writeDSCComment(DSCConstants.END_SETUP);
   
           //Start page
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org