/** the current colour for use in svg */
PDFColor currentColour = new PDFColor(0, 0, 0);
- FontInfo fontInfo;
-
/**
* Create a new PDFGraphics2D with the given pdf document info.
* This is used to create a Graphics object for use inside an already
currentStream = null;
currentFontName = null;
currentColour = null;
- fontInfo = null;
}
/**
* @see #setClip
*/
public void drawString(String s, float x, float y) {
- System.out.println("drawString(String)");
+ //System.out.println("drawString(String)");
currentStream.write("BT\n");
Shape imclip = getClip();