org.fontbox.afm
Class Ligature
public class Ligature
extends java.lang.Object
This class represents a ligature, which is an entry of the CharMetrics.
- Ben Litchfield (ben@benlitchfield.com)
getLigature
public String getLigature()
Getter for property ligature.
- Value of property ligature.
getSuccessor
public String getSuccessor()
Getter for property successor.
- Value of property successor.
setLigature
public void setLigature(String lig)
Setter for property ligature.
lig
- New value of property ligature.
setSuccessor
public void setSuccessor(String successorValue)
Setter for property successor.
successorValue
- New value of property successor.