public class PDFTTFStream extends AbstractPDFFontStream
Constructor and Description |
---|
PDFTTFStream(int len)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
protected int |
getSizeHint()
Returns a value that hints at the size of the encoded stream.
|
int |
output(OutputStream stream)
Overload the base object method so we don't have to copy
byte arrays around so much
Overload the base object method so we don't have to copy
byte arrays around so much
Write the PDF represention of this object
|
protected void |
outputRawStreamData(OutputStream out)
Sends the raw stream data to the target OutputStream.
|
protected void |
populateStreamDict(Object lengthEntry)
Populates the dictionary with all necessary entries for the stream.
|
void |
setData(byte[] data,
int size)
Sets the TrueType font data.
|
getDefaultFilterName
encodeAndWriteStream, encodeStream, get, getChildren, getDictionary, getFilterList, multipleFiltersAllowed, outputStreamData, prepareImplicitFilters, put, registerChildren, setDocument, setupFilterList
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDF, toPDFString
public PDFTTFStream(int len)
len
- original lengthprotected int getSizeHint() throws IOException
getSizeHint
in class AbstractPDFStream
IOException
- in case of an I/O problempublic int output(OutputStream stream) throws IOException
output
in class AbstractPDFStream
stream
- the stream to write the PDF toIOException
- if there is an error writing to the streamprotected void outputRawStreamData(OutputStream out) throws IOException
outputRawStreamData
in class AbstractPDFStream
out
- OutputStream to write toIOException
- In case of an I/O problemprotected void populateStreamDict(Object lengthEntry)
populateStreamDict
in class AbstractPDFStream
lengthEntry
- value for the /Length entrypublic void setData(byte[] data, int size) throws IOException
data
- the font payloadsize
- size of the payloadIOException
- in case of an I/O problemCopyright © 2022 Apache Software Foundation. All rights reserved.