public class PSTTFOutputStream extends java.lang.Object implements TTFOutputStream
Constructor and Description |
---|
PSTTFOutputStream(org.apache.xmlgraphics.ps.PSGenerator gen)
Creates a new instance wrapping the given generator.
|
Modifier and Type | Method and Description |
---|---|
void |
endFontStream()
Ends writing the font.
|
TTFGlyphOutputStream |
getGlyphOutputStream()
Returns an object for streaming TrueType glyphs in the glyf table.
|
TTFTableOutputStream |
getTableOutputStream()
Returns an object for streaming TrueType tables.
|
void |
startFontStream()
Starts writing the font.
|
public PSTTFOutputStream(org.apache.xmlgraphics.ps.PSGenerator gen)
gen
- the generator to wrappublic void startFontStream() throws java.io.IOException
TTFOutputStream
startFontStream
in interface TTFOutputStream
java.io.IOException
public TTFTableOutputStream getTableOutputStream()
TTFOutputStream
getTableOutputStream
in interface TTFOutputStream
public TTFGlyphOutputStream getGlyphOutputStream()
TTFOutputStream
getGlyphOutputStream
in interface TTFOutputStream
public void endFontStream() throws java.io.IOException
TTFOutputStream
endFontStream
in interface TTFOutputStream
java.io.IOException
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.