Package | Description |
---|---|
org.apache.fontbox.afm |
This package holds classes used to parse AFM(Adobe Font Metrics) files.
|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
Modifier and Type | Method | Description |
---|---|---|
BoundingBox |
CharMetric.getBoundingBox() |
Getter for property boundingBox.
|
BoundingBox |
FontMetric.getFontBBox() |
Getter for property fontBBox.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CharMetric.setBoundingBox(BoundingBox bBox) |
Setter for property boundingBox.
|
void |
FontMetric.setFontBBox(BoundingBox bBox) |
Setter for property fontBBox.
|
Modifier and Type | Method | Description |
---|---|---|
BoundingBox |
GlyphData.getBoundingBox() |
Modifier and Type | Method | Description |
---|---|---|
void |
GlyphData.setBoundingBox(BoundingBox boundingBoxValue) |
Copyright © 2008–2018. All rights reserved.