Package | Description |
---|---|
org.apache.fontbox.afm |
This package holds classes used to parse AFM(Adobe Font Metrics) files.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Ligature> |
CharMetric.getLigatures()
Getter for property ligatures.
|
Modifier and Type | Method and Description |
---|---|
void |
CharMetric.addLigature(Ligature ligature)
This will add an entry to the list of ligatures.
|
Modifier and Type | Method and Description |
---|---|
void |
CharMetric.setLigatures(java.util.List<Ligature> lig)
Setter for property ligatures.
|