Home » pdfbox-1.1.0-src » org.apache.fontbox.afm » [javadoc | source]
org.apache.fontbox.afm
public class: Ligature [javadoc | source]
java.lang.Object
   org.apache.fontbox.afm.Ligature
This class represents a ligature, which is an entry of the CharMetrics.
Method from org.apache.fontbox.afm.Ligature Summary:
getLigature,   getSuccessor,   setLigature,   setSuccessor
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.fontbox.afm.Ligature Detail:
 public String getLigature() 
    Getter for property ligature.
 public String getSuccessor() 
    Getter for property successor.
 public  void setLigature(String lig) 
    Setter for property ligature.
 public  void setSuccessor(String successorValue) 
    Setter for property successor.