| Package | Description | 
|---|---|
| org.apache.fontbox | |
| org.apache.fontbox.afm | 
 This package holds classes used to parse AFM(Adobe Font Metrics) files. 
 | 
| org.apache.fontbox.cff | 
 This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). 
 | 
| org.apache.fontbox.ttf | 
 This package contains classes to parse a TTF file. 
 | 
| org.apache.fontbox.type1 | 
 This package holds classes used to parse Type1-Fonts. 
 | 
| org.apache.pdfbox.pdmodel.common | 
 High level PD classes that are used throughout several packages are placed in the PDModel common package. 
 | 
| org.apache.pdfbox.pdmodel.font | 
 Classes to deal with font functionality in a PDF Document. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BoundingBox | 
FontBoxFont.getFontBBox()
Returns the font's bounding box in PostScript units. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BoundingBox | 
CharMetric.getBoundingBox()
Getter for property boundingBox. 
 | 
BoundingBox | 
FontMetrics.getFontBBox()
Getter for property fontBBox. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CharMetric.setBoundingBox(BoundingBox bBox)
Setter for property boundingBox. 
 | 
void | 
FontMetrics.setFontBBox(BoundingBox bBox)
Setter for property fontBBox. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BoundingBox | 
CFFFont.getFontBBox()
Returns the FontBBox. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BoundingBox | 
GlyphData.getBoundingBox()  | 
BoundingBox | 
TrueTypeFont.getFontBBox()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GlyphData.setBoundingBox(BoundingBox boundingBoxValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
BoundingBox | 
Type1Font.getFontBBox()
Returns the font bounding box. 
 | 
| Constructor and Description | 
|---|
PDRectangle(BoundingBox box)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BoundingBox | 
PDType3Font.getBoundingBox()  | 
BoundingBox | 
PDType1Font.getBoundingBox()  | 
BoundingBox | 
PDType1CFont.getBoundingBox()  | 
BoundingBox | 
PDType0Font.getBoundingBox()  | 
BoundingBox | 
PDTrueTypeFont.getBoundingBox()  | 
BoundingBox | 
PDFontLike.getBoundingBox()
Returns the font's bounding box. 
 | 
abstract BoundingBox | 
PDFont.getBoundingBox()  | 
BoundingBox | 
PDCIDFontType2.getBoundingBox()  | 
BoundingBox | 
PDCIDFontType0.getBoundingBox()  | 
abstract BoundingBox | 
PDCIDFont.getBoundingBox()  | 
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.