| 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 and Description |
|---|---|
BoundingBox |
CharMetric.getBoundingBox()
Getter for property boundingBox.
|
BoundingBox |
FontMetric.getFontBBox()
Getter for property fontBBox.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CharMetric.setBoundingBox(BoundingBox bBox)
Setter for property boundingBox.
|
void |
FontMetric.setFontBBox(BoundingBox bBox)
Setter for property fontBBox.
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
GlyphData.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlyphData.setBoundingBox(BoundingBox boundingBoxValue) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.