Class EPSDocumentGraphics2D

    • Constructor Detail

      • EPSDocumentGraphics2D

        public EPSDocumentGraphics2D​(boolean textAsShapes)
        Create a new EPSDocumentGraphics2D. This is used to create a new EPS document, the height, width and output stream can be setup later. For use by the transcoder which needs font information for the bridge before the document size is known. The resulting document is written to the stream after rendering.
        Parameters:
        textAsShapes - set this to true so that text will be rendered using curves and not the font.