|
fop 0.95 | |||||||||
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 |
---|
Fields in org.apache.fop.fonts declared as CIDFontType | |
---|---|
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) |
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. |
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 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |