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.
|
Modifier and Type | Method | Description |
---|---|---|
BoundingBox |
FontBoxFont.getFontBBox() |
Returns the font's bounding box in PostScript units.
|
Modifier and Type | Method | Description |
---|---|---|
BoundingBox |
CharMetric.getBoundingBox() |
Getter for property boundingBox.
|
BoundingBox |
FontMetrics.getFontBBox() |
Getter for property fontBBox.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CharMetric.setBoundingBox(BoundingBox bBox) |
Setter for property boundingBox.
|
void |
FontMetrics.setFontBBox(BoundingBox bBox) |
Setter for property fontBBox.
|
Modifier and Type | Method | Description |
---|---|---|
BoundingBox |
CFFFont.getFontBBox() |
Returns the FontBBox.
|
Modifier and Type | Method | Description |
---|---|---|
BoundingBox |
GlyphData.getBoundingBox() |
|
BoundingBox |
TrueTypeFont.getFontBBox() |
Modifier and Type | Method | Description |
---|---|---|
void |
GlyphData.setBoundingBox(BoundingBox boundingBoxValue) |
Modifier and Type | Method | Description |
---|---|---|
BoundingBox |
Type1Font.getFontBBox() |
Returns the font bounding box.
|
Copyright © 2008–2018. All rights reserved.