Uses of Class
org.apache.fop.pdf.PDFWArray
-
Packages that use PDFWArray Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFWArray in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFWArray Modifier and Type Field Description private PDFWArray
PDFCIDFont. w
private PDFWArray
PDFCIDFont. w2
Methods in org.apache.fop.pdf that return PDFWArray Modifier and Type Method Description private PDFWArray
PDFFactory. getFontWidths(CIDFont cidFont)
Methods in org.apache.fop.pdf with parameters of type PDFWArray Modifier and Type Method Description void
PDFCIDFont. setW(PDFWArray w)
Set the /W arrayvoid
PDFCIDFont. setW2(PDFWArray w2)
Set the /W2 arrayConstructors in org.apache.fop.pdf with parameters of type PDFWArray Constructor Description PDFCIDFont(java.lang.String basefont, CIDFontType cidtype, int dw, PDFWArray w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor)
Create the /Font object
-