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 | Method and Description |
---|---|
static CIDFontType |
CIDFontType.byName(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.
|
static CIDFontType |
CIDFontType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CIDFontType[] |
CIDFontType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiByteFont.setCIDType(CIDFontType cidType)
Sets the CIDType.
|
Modifier and Type | Method and Description |
---|---|
protected String |
PDFCIDFont.getPDFNameForCIDFontType(CIDFontType cidFontType)
Returns the PDF name for a certain CID font type.
|
Constructor and Description |
---|
PDFCIDFont(String basefont,
CIDFontType cidtype,
int dw,
int[] w,
PDFCIDSystemInfo systemInfo,
PDFCIDFontDescriptor descriptor)
Create the /Font object
|
PDFCIDFont(String basefont,
CIDFontType cidtype,
int dw,
int[] w,
String registry,
String ordering,
int supplement,
PDFCIDFontDescriptor descriptor)
Create the /Font object
|
PDFCIDFont(String basefont,
CIDFontType cidtype,
int dw,
PDFWArray w,
PDFCIDSystemInfo systemInfo,
PDFCIDFontDescriptor descriptor)
Create the /Font object
|
Copyright © 2025 Apache Software Foundation. All rights reserved.