| Package | Description |
|---|---|
| org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected PDFCIDSystemInfo |
PDFCMap.sysInfo |
/CIDSystemInfo attribute
|
| Constructor | Description |
|---|---|
PDFCIDFont(java.lang.String basefont,
CIDFontType cidtype,
int dw,
int[] w,
PDFCIDSystemInfo systemInfo,
PDFCIDFontDescriptor descriptor) |
Create the /Font object
|
PDFCIDFont(java.lang.String basefont,
CIDFontType cidtype,
int dw,
PDFWArray w,
PDFCIDSystemInfo systemInfo,
PDFCIDFontDescriptor descriptor) |
Create the /Font object
|
PDFCMap(java.lang.String name,
PDFCIDSystemInfo sysInfo) |
create the /CMap object
|
PDFToUnicodeCMap(char[] unicodeCharMap,
java.lang.String name,
PDFCIDSystemInfo sysInfo,
boolean singleByte) |
Constructor.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.