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<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(List<Ligature> lig)
Setter for property ligatures.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.