|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFDictionary
org.apache.fop.pdf.AbstractPDFStream
org.apache.fop.pdf.PDFStream
org.apache.fop.pdf.PDFCMap
org.apache.fop.pdf.PDFToUnicodeCMap
public class PDFToUnicodeCMap
Class representing ToUnicode CMaps. Here are some documentation resources:
Field Summary | |
---|---|
protected char[] |
unicodeCharMap
The array of Unicode characters ordered by character code (maps from character code to Unicode code point). |
Fields inherited from class org.apache.fop.pdf.PDFStream |
---|
data |
Fields inherited from class org.apache.fop.pdf.PDFDictionary |
---|
entries, order |
Fields inherited from class org.apache.fop.pdf.PDFObject |
---|
DATE_FORMAT, log |
Constructor Summary | |
---|---|
PDFToUnicodeCMap(char[] unicodeCharMap,
java.lang.String name,
PDFCIDSystemInfo sysInfo)
Constructor. |
Method Summary | |
---|---|
protected CMapBuilder |
createCMapBuilder(java.io.Writer writer)
Creates the CMapBuilder that will build the CMap's content. |
Methods inherited from class org.apache.fop.pdf.PDFCMap |
---|
output, setUseCMap, setUseCMap, setWMode |
Methods inherited from class org.apache.fop.pdf.PDFStream |
---|
add, getBufferOutputStream, getDataLength, getSizeHint, outputRawStreamData, setData |
Methods inherited from class org.apache.fop.pdf.AbstractPDFStream |
---|
encodeAndWriteStream, encodeStream, getFilterList, outputStreamData, populateStreamDict, prepareImplicitFilters, setupFilterList |
Methods inherited from class org.apache.fop.pdf.PDFDictionary |
---|
get, put, put, writeDictionary |
Methods inherited from class org.apache.fop.pdf.PDFObject |
---|
encode, encodeBinaryToHexString, encodeString, encodeText, formatDateTime, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDF, toPDFString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected char[] unicodeCharMap
Constructor Detail |
---|
public PDFToUnicodeCMap(char[] unicodeCharMap, java.lang.String name, PDFCIDSystemInfo sysInfo)
unicodeCharMap
- An array of Unicode characters ordered by character code
(maps from character code to Unicode code point)name
- One of the registered names found in Table 5.14 in PDF
Reference, Second Edition.sysInfo
- The attributes of the character collection of the CIDFont.Method Detail |
---|
protected CMapBuilder createCMapBuilder(java.io.Writer writer)
createCMapBuilder
in class PDFCMap
writer
- a Writer to write the CMap's contents to
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |