Package org.apache.fop.pdf
Class PDFCIDSystemInfo
- java.lang.Object
-
- org.apache.fop.pdf.PDFObject
-
- org.apache.fop.pdf.PDFCIDSystemInfo
-
- All Implemented Interfaces:
PDFWritable
public class PDFCIDSystemInfo extends PDFObject
class representing system information for "character identifier" fonts. this small object is used in the CID fonts and in the CMaps.
-
-
Constructor Summary
Constructors Constructor Description PDFCIDSystemInfo(java.lang.String registry, java.lang.String ordering, int supplement)
Create a CID system info.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
toPDF()
Encodes the object as a byte array for output to a PDF file.java.lang.String
toPDFString()
Create a string for the CIDSystemInfo dictionary.-
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
-
-
-
-
Method Detail
-
toPDFString
public java.lang.String toPDFString()
Create a string for the CIDSystemInfo dictionary. The entries are placed as an inline dictionary.- Overrides:
toPDFString
in classPDFObject
- Returns:
- the string for the CIDSystemInfo entry with the inline dictionary
-
-