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