public interface TTFGlyphOutputStream
Modifier and Type | Method and Description |
---|---|
void |
endGlyphStream()
Ends the streaming of glyphs.
|
void |
startGlyphStream()
Begins the streaming of glyphs.
|
void |
streamGlyph(byte[] glyphData,
int offset,
int size)
Streams an individual glyph from the given byte array.
|
void startGlyphStream() throws IOException
IOException
void streamGlyph(byte[] glyphData, int offset, int size) throws IOException
glyphData
- the source of the glyph data to stream fromoffset
- the position in the glyph data where the glyph startssize
- the size of the glyph data in bytesIOException
void endGlyphStream() throws IOException
IOException
Copyright © 2025 Apache Software Foundation. All rights reserved.