PSTTFOutputStreampublic interface TTFOutputStream
| Modifier and Type | Method | 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.
|
void startFontStream()
throws java.io.IOException
java.io.IOExceptionTTFTableOutputStream getTableOutputStream()
TTFGlyphOutputStream getGlyphOutputStream()
void endFontStream()
throws java.io.IOException
java.io.IOExceptionCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.