|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TTFGlyphOutputStream
An interface for writing individual glyphs from the glyf table of a TrueType font to an output stream.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 bytes
java.io.IOException
void endGlyphStream() throws java.io.IOException
java.io.IOException
|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |