PSTTFGlyphOutputStream
public interface TTFGlyphOutputStream
Modifier and Type | Method | 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 java.io.IOException
java.io.IOException
void streamGlyph(byte[] glyphData, int offset, int size) throws java.io.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 bytesjava.io.IOException
void endGlyphStream() throws java.io.IOException
java.io.IOException
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.