|
fop 2.3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CIDFontType | |
|---|---|
| org.apache.fop.fonts | Classes for font handling. |
| org.apache.fop.pdf | Classes for handling the low-level creation of PDF documents. |
| Uses of CIDFontType in org.apache.fop.fonts |
|---|
| Methods in org.apache.fop.fonts that return CIDFontType | |
|---|---|
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. |
static CIDFontType |
CIDFontType.valueOf(java.lang.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. |
| Methods in org.apache.fop.fonts with parameters of type CIDFontType | |
|---|---|
void |
MultiByteFont.setCIDType(CIDFontType cidType)
Sets the CIDType. |
| Uses of CIDFontType in org.apache.fop.pdf |
|---|
| Methods in org.apache.fop.pdf with parameters of type CIDFontType | |
|---|---|
protected java.lang.String |
PDFCIDFont.getPDFNameForCIDFontType(CIDFontType cidFontType)
Returns the PDF name for a certain CID font type. |
| Constructors in org.apache.fop.pdf with parameters of type CIDFontType | |
|---|---|
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,
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,
PDFWArray w,
PDFCIDSystemInfo systemInfo,
PDFCIDFontDescriptor descriptor)
Create the /Font object |
|
|
fop 2.3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||