Class PSTTFOutputStream

  • All Implemented Interfaces:
    TTFOutputStream

    public class PSTTFOutputStream
    extends java.lang.Object
    implements TTFOutputStream
    Streams a TrueType font according to the PostScript format.
    • Constructor Detail

      • PSTTFOutputStream

        public PSTTFOutputStream​(org.apache.xmlgraphics.ps.PSGenerator gen)
        Creates a new instance wrapping the given generator.
        Parameters:
        gen - the generator to wrap