org.apache.fop.pdf
Class PDFCharProcs
- PDFWritable
public class PDFCharProcs
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.
protected Map | keys - the (character name, drawing stream) pairs for a Type3 font
|
encode , encodeString , encodeText , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , hasObjectNumber , makeReference , output , referencePDF , setDocument , setObjectNumber , toInlinePDFString , toPDF , toPDFString |
keys
protected Map keys
the (character name, drawing stream) pairs for a Type3 font
PDFCharProcs
public PDFCharProcs()
Create a new PDF char proc store.
addCharacter
public void addCharacter(String name,
PDFStream stream)
add a character definition in the dictionary
name
- the character namestream
- the stream that draws the character
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.