Package | Description |
---|---|
org.apache.fontbox.afm |
This package holds classes used to parse AFM(Adobe Font Metrics) files.
|
Modifier and Type | Method and Description |
---|---|
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(List<TrackKern> trackKernValue)
Setter for property trackKern.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.