|
fop 0.91beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.pdf.PDFObject | +--org.apache.fop.pdf.PDFCIDSystemInfo
class representing system information for "character identifier" fonts. this small object is used in the CID fonts and in the CMaps.
Fields inherited from class org.apache.fop.pdf.PDFObject |
DATE_FORMAT, log |
Constructor Summary | |
PDFCIDSystemInfo(java.lang.String registry,
java.lang.String ordering,
int supplement)
Create a CID system info. |
Method Summary | |
java.lang.String |
toPDFString()
Create a string for the CIDSystemInfo dictionary. |
Methods inherited from class org.apache.fop.pdf.PDFObject |
encode, encodeString, encodeText, formatDateTime, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, output, referencePDF, setDocument, setObjectNumber, toPDF |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDFCIDSystemInfo(java.lang.String registry, java.lang.String ordering, int supplement)
registry
- the registry valueordering
- the ordering valuesupplement
- the supplement valueMethod Detail |
public java.lang.String toPDFString()
toPDFString
in class PDFObject
|
fop 0.91beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |