Package com.tom_roush.fontbox.afm
Class Ligature
- java.lang.Object
-
- com.tom_roush.fontbox.afm.Ligature
-
public class Ligature extends Object
This class represents a ligature, which is an entry of the CharMetrics.
-
-
Constructor Summary
Constructors Constructor Description Ligature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLigature()Getter for property ligature.StringgetSuccessor()Getter for property successor.voidsetLigature(String lig)Setter for property ligature.voidsetSuccessor(String successorValue)Setter for property successor.
-
-
-
Method Detail
-
getLigature
public String getLigature()
Getter for property ligature.- Returns:
- Value of property ligature.
-
setLigature
public void setLigature(String lig)
Setter for property ligature.- Parameters:
lig- New value of property ligature.
-
getSuccessor
public String getSuccessor()
Getter for property successor.- Returns:
- Value of property successor.
-
setSuccessor
public void setSuccessor(String successorValue)
Setter for property successor.- Parameters:
successorValue- New value of property successor.
-
-