public class PSTTFOutputStream extends 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 IOException
TTFOutputStream
startFontStream
in interface TTFOutputStream
IOException
public TTFTableOutputStream getTableOutputStream()
TTFOutputStream
getTableOutputStream
in interface TTFOutputStream
public TTFGlyphOutputStream getGlyphOutputStream()
TTFOutputStream
getGlyphOutputStream
in interface TTFOutputStream
public void endFontStream() throws IOException
TTFOutputStream
endFontStream
in interface TTFOutputStream
IOException
Copyright © 2025 Apache Software Foundation. All rights reserved.