org.apache.fop.pdf
Class PDFCIDSystemInfo
- PDFWritable
public class PDFCIDSystemInfo
class representing system information for "character identifier" fonts.
this small object is used in the CID fonts and in the CMaps.
PDFCIDSystemInfo(String registry, String ordering, int supplement) - Create a CID system info.
|
String | toPDFString() - Create a string for the CIDSystemInfo dictionary.
|
encode , encodeString , encodeText , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , hasObjectNumber , makeReference , output , referencePDF , setDocument , setObjectNumber , toInlinePDFString , toPDF , toPDFString |
PDFCIDSystemInfo
public PDFCIDSystemInfo(String registry,
String ordering,
int supplement)
Create a CID system info.
registry
- the registry valueordering
- the ordering valuesupplement
- the supplement value
toPDFString
public String toPDFString()
Create a string for the CIDSystemInfo dictionary.
The entries are placed as an inline dictionary.
- toPDFString in interface PDFObject
- the string for the CIDSystemInfo entry with the inline dictionary
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.