|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.ps.fonts.PSTTFOutputStream
public class PSTTFOutputStream
Streams a TrueType font according to the PostScript format.
Constructor Summary | |
---|---|
PSTTFOutputStream(org.apache.xmlgraphics.ps.PSGenerator gen)
Creates a new instance wrapping the given generator. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PSTTFOutputStream(org.apache.xmlgraphics.ps.PSGenerator gen)
gen
- the generator to wrapMethod Detail |
---|
public 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
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |