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