Uses of Class
org.apache.fop.fonts.CIDFontType
-
Packages that use CIDFontType Package Description 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 Modifier and Type Field Description private CIDFontType
MultiByteFont. cidType
Methods in org.apache.fop.fonts that return CIDFontType Modifier and Type Method Description 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 Modifier and Type Method Description void
MultiByteFont. setCIDType(CIDFontType cidType)
Sets the CIDType. -
Uses of CIDFontType in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as CIDFontType Modifier and Type Field Description private CIDFontType
PDFCIDFont. cidtype
Methods in org.apache.fop.pdf with parameters of type CIDFontType Modifier and Type Method Description 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 Constructor Description 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 objectPDFCIDFont(java.lang.String basefont, CIDFontType cidtype, int dw, int[] w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor)
Create the /Font objectPDFCIDFont(java.lang.String basefont, CIDFontType cidtype, int dw, PDFWArray w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor)
Create the /Font object
-