public class PDFCharProcs extends PDFObject
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.Modifier and Type | Field and Description |
---|---|
protected java.util.Map |
keys
the (character name, drawing stream) pairs for a Type3 font
|
Constructor and Description |
---|
PDFCharProcs()
Create a new PDF char proc store.
|
Modifier and Type | Method and Description |
---|---|
void |
addCharacter(java.lang.String name,
PDFStream stream)
add a character definition in the dictionary
|
byte[] |
toPDF()
not done yet
|
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getChildren, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDFString
protected java.util.Map keys
public void addCharacter(java.lang.String name, PDFStream stream)
name
- the character namestream
- the stream that draws the characterCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.