Uses of Class
org.apache.fop.pdf.PDFRectangle
-
Packages that use PDFRectangle Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFRectangle in org.apache.fop.pdf
Methods in org.apache.fop.pdf with parameters of type PDFRectangle Modifier and Type Method Description void
PDFFontType3. setFontBBox(PDFRectangle bbox)
Set the font's bounding boxConstructors in org.apache.fop.pdf with parameters of type PDFRectangle Constructor Description PDFFontDescriptor(java.lang.String basefont, int ascent, int descent, int capHeight, int flags, PDFRectangle fontBBox, int italicAngle, int stemV)
Create the /FontDescriptor objectPDFFontType3(java.lang.String fontname, java.lang.String basefont, java.lang.Object encoding, PDFRectangle fontBBox, PDFArray fontMatrix, PDFCharProcs charProcs)
Create the /Font object
-