Uses of Class
org.apache.fontbox.afm.Ligature
-
Packages that use Ligature Package Description org.apache.fontbox.afm This package holds classes used to parse AFM(Adobe Font Metrics) files. -
-
Uses of Ligature in org.apache.fontbox.afm
Fields in org.apache.fontbox.afm with type parameters of type Ligature Modifier and Type Field Description private java.util.List<Ligature>CharMetric. ligaturesMethods in org.apache.fontbox.afm that return types with arguments of type Ligature Modifier and Type Method Description java.util.List<Ligature>CharMetric. getLigatures()Getter for property ligatures.Methods in org.apache.fontbox.afm with parameters of type Ligature Modifier and Type Method Description voidCharMetric. addLigature(Ligature ligature)This will add an entry to the list of ligatures.
-