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