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.
Constructor Summary |
PDFCIDSystemInfo(java.lang.String registry,
java.lang.String ordering,
int supplement)
|
Method Summary |
byte[] |
toPDF()
produce the PDF representation for the object. |
java.lang.String |
toPDFString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
registry
protected java.lang.String registry
ordering
protected java.lang.String ordering
supplement
protected int supplement
PDFCIDSystemInfo
public PDFCIDSystemInfo(java.lang.String registry,
java.lang.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 java.lang.String toPDFString()
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.