org.apache.fop.pdf
Class PDFT1Stream
- PDFWritable
Special PDFStream for embedding Type 1 fonts.
protected String | buildStreamDict(String lengthEntry)
|
protected int | getSizeHint()
|
protected int | output(OutputStream stream) - Overload the base object method so we don't have to copy
byte arrays around so much
|
protected void | outputRawStreamData(OutputStream out)
|
void | setData(PFBData pfb) - Used to set the PFBData object that represents the embeddable Type 1
font.
|
encode , encodeString , encodeText , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , hasObjectNumber , makeReference , output , referencePDF , setDocument , setObjectNumber , toInlinePDFString , toPDF , toPDFString |
output
protected int output(OutputStream stream)
throws IOException
Overload the base object method so we don't have to copy
byte arrays around so much
- output in interface AbstractPDFStream
setData
public void setData(PFBData pfb)
throws IOException
Used to set the PFBData object that represents the embeddable Type 1
font.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.