org.apache.fop.pdf
Class PDFCIDSystemInfo
java.lang.Object
org.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFCIDSystemInfo
- 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registry
protected String registry
ordering
protected String ordering
supplement
protected int supplement
PDFCIDSystemInfo
public PDFCIDSystemInfo(String registry,
String ordering,
int supplement)
toPDF
public byte[] toPDF()
- produce the PDF representation for the object.
unlike the other objects, the CIDSystemInfo is written directly inside
the referencing object
- Returns:
- the PDF
toPDFString
public String toPDFString()
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.