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<TrackKern> |
FontMetrics.trackKern |
Modifier and Type | Method and Description |
---|---|
java.util.List<TrackKern> |
FontMetrics.getTrackKern()
Getter for property trackKern.
|
Modifier and Type | Method and Description |
---|---|
void |
FontMetrics.addTrackKern(TrackKern kern)
This will add another track kern.
|
Modifier and Type | Method and Description |
---|---|
void |
FontMetrics.setTrackKern(java.util.List<TrackKern> trackKernValue)
Setter for property trackKern.
|