fop 0.95beta | |
Frames | No Frames |
Fields of type org.apache.fop.fonts.CIDFontType | |
CIDFontType | CID Font Type 0 (based on Type 1 format)
|
CIDFontType | CID Font Type 2 (based on TrueType format)
|
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 |
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. |
fop 0.95beta |