| fop 0.94 | |
| Frames | No Frames |
Constructors with parameter type org.apache.fop.fonts.CIDFontType | |
PDFCIDFont.PDFCIDFont(String basefont, CIDFontType cidtype, int dw, int[] w, String registry, String ordering, int supplement, PDFCIDFontDescriptor descriptor) Create the /Font object
| |
PDFCIDFont.PDFCIDFont(String basefont, CIDFontType cidtype, int dw, int[] w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor) Create the /Font object
| |
PDFCIDFont.PDFCIDFont(String basefont, CIDFontType cidtype, int dw, PDFWArray w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor) Create the /Font object
| |
Methods with parameter type org.apache.fop.fonts.CIDFontType | |
| String | Returns the PDF name for a certain CID font type. |
Fields of type org.apache.fop.fonts.CIDFontType | |
| CIDFontType | CID Font Type 0
|
| CIDFontType | CID Font Type 2
|
Methods with parameter type org.apache.fop.fonts.CIDFontType | |
| void | Sets the CIDType. |
Methods with return type org.apache.fop.fonts.CIDFontType | |
| CIDFontType | CIDFontType.byName(String name) Returns the CIDFontType by name. |
| CIDFontType | CIDFontType.byValue(int value) Returns the CID FontType by value. |
| CIDFontType | Returns the type of the CID font. |
| CIDFontType | |
| fop 0.94 |