Package org.apache.fontbox.afm
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.void
setLigature
(String lig) Setter for property ligature.void
setSuccessor
(String successorValue) Setter for property successor.
-
Constructor Details
-
Ligature
public Ligature()
-
-
Method Details
-
getLigature
Getter for property ligature.- Returns:
- Value of property ligature.
-
setLigature
Setter for property ligature.- Parameters:
lig
- New value of property ligature.
-
getSuccessor
Getter for property successor.- Returns:
- Value of property successor.
-
setSuccessor
Setter for property successor.- Parameters:
successorValue
- New value of property successor.
-