Package | Description |
---|---|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Field | Description |
---|---|---|
static CIDFontType |
CIDFontType.CIDTYPE0 |
CID Font Type 0 (based on Type 1 format)
|
static CIDFontType |
CIDFontType.CIDTYPE2 |
CID Font Type 2 (based on TrueType format)
|
Modifier and Type | Method | Description |
---|---|---|
static CIDFontType |
CIDFontType.byName(java.lang.String name) |
Returns the CIDFontType by name.
|
static CIDFontType |
CIDFontType.byValue(int value) |
Returns the CID FontType by value.
|
abstract CIDFontType |
CIDFont.getCIDType() |
Returns the type of the CID font.
|
CIDFontType |
MultiByteFont.getCIDType() |
Returns the type of the CID font.
|
Modifier and Type | Method | Description |
---|---|---|
void |
MultiByteFont.setCIDType(CIDFontType cidType) |
Sets the CIDType.
|
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.String |
PDFCIDFont.getPDFNameForCIDFontType(CIDFontType cidFontType) |
Returns the PDF name for a certain CID font type.
|
Constructor | Description |
---|---|
PDFCIDFont(java.lang.String basefont,
CIDFontType cidtype,
int dw,
int[] w,
java.lang.String registry,
java.lang.String ordering,
int supplement,
PDFCIDFontDescriptor descriptor) |
Create the /Font object
|
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
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.