PSTTFOutputStream
public 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.IOException
TTFTableOutputStream getTableOutputStream()
TTFGlyphOutputStream getGlyphOutputStream()
void endFontStream() throws java.io.IOException
java.io.IOException
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.