Package org.apache.fop.pdf
Class PDFCharProcs
- java.lang.Object
-
- org.apache.fop.pdf.PDFObject
-
- org.apache.fop.pdf.PDFCharProcs
-
- All Implemented Interfaces:
PDFWritable
public class PDFCharProcs extends PDFObject
class representing a /CharProcs dictionary for Type3 fonts.CAUTION: this is not yet fully implemented!!!!!!! I miss an exemple of how to output this dictionary.
Type3 fonts are specified on page 206 and onwards of the PDF 1.3 spec.
-
-
Constructor Summary
Constructors Constructor Description PDFCharProcs()
Create a new PDF char proc store.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCharacter(java.lang.String name, PDFStream stream)
add a character definition in the dictionarybyte[]
toPDF()
not done yet-
Methods inherited from class org.apache.fop.pdf.PDFObject
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getChildren, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDFString
-
-
-
-
Method Detail
-
addCharacter
public void addCharacter(java.lang.String name, PDFStream stream)
add a character definition in the dictionary- Parameters:
name
- the character namestream
- the stream that draws the character
-
-