Class Ligature
java.lang.Object
org.apache.fontbox.afm.Ligature
This class represents a ligature, which is an entry of the CharMetrics.
- Author:
- Ben Litchfield
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for property ligature.Getter for property successor.voidsetLigature(String lig) Setter for property ligature.voidsetSuccessor(String successorValue) Setter for property successor.
-
Constructor Details
-
Ligature
public Ligature()
-
-
Method Details
-
getLigature
-
setLigature
Setter for property ligature.- Parameters:
lig- New value of property ligature.
-
getSuccessor
-
setSuccessor
Setter for property successor.- Parameters:
successorValue- New value of property successor.
-