|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TTFOutputStream
An interface for writing a TrueType font to an output stream.
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. |
Method Detail |
---|
void startFontStream() throws java.io.IOException
java.io.IOException
TTFTableOutputStream getTableOutputStream()
TTFGlyphOutputStream getGlyphOutputStream()
void endFontStream() throws java.io.IOException
java.io.IOException
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |