PDFWritable
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 | Description |
---|---|---|
protected java.util.Map |
keys |
the (character name, drawing stream) pairs for a Type3 font
|
Constructor | Description |
---|---|
PDFCharProcs() |
Create a new PDF char proc store.
|
Modifier and Type | Method | Description |
---|---|---|
void |
addCharacter(java.lang.String name,
PDFStream stream) |
add a character definition in the dictionary
|
byte[] |
toPDF() |
not done yet
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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-2016 The Apache Software Foundation. All Rights Reserved.