Package | Description |
---|---|
org.apache.fontbox.afm |
This package holds classes used to parse AFM(Adobe Font Metrics) files.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Composite> |
FontMetrics.composites |
Modifier and Type | Method and Description |
---|---|
private Composite |
AFMParser.parseComposite()
This will parse a composite part from the stream.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Composite> |
FontMetrics.getComposites()
Getter for property composites.
|
Modifier and Type | Method and Description |
---|---|
void |
FontMetrics.addComposite(Composite composite)
This will add a single composite part to the picture.
|
Modifier and Type | Method and Description |
---|---|
void |
FontMetrics.setComposites(java.util.List<Composite> compositesList)
Setter for property composites.
|