Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDFFontType3.setFontBBox(PDFRectangle bbox) |
Set the font's bounding box
|
Constructor | Description |
---|---|
PDFFontDescriptor(java.lang.String basefont,
int ascent,
int descent,
int capHeight,
int flags,
PDFRectangle fontBBox,
int italicAngle,
int stemV) |
Create the /FontDescriptor object
|
PDFFontType3(java.lang.String fontname,
java.lang.String basefont,
java.lang.Object encoding,
PDFRectangle fontBBox,
PDFArray fontMatrix,
PDFCharProcs charProcs) |
Create the /Font object
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.