Class KernPair

java.lang.Object
org.apache.fontbox.afm.KernPair

public class KernPair extends Object
This represents some kern pair data.
  • Field Details

    • firstKernCharacter

      private final String firstKernCharacter
    • secondKernCharacter

      private final String secondKernCharacter
    • x

      private final float x
    • y

      private final float y
  • Constructor Details

    • KernPair

      public KernPair(String firstKernCharacter, String secondKernCharacter, float x, float y)
  • Method Details

    • getFirstKernCharacter

      public String getFirstKernCharacter()
      Getter for property firstKernCharacter.
      Returns:
      Value of property firstKernCharacter.
    • getSecondKernCharacter

      public String getSecondKernCharacter()
      Getter for property secondKernCharacter.
      Returns:
      Value of property secondKernCharacter.
    • getX

      public float getX()
      Getter for property x.
      Returns:
      Value of property x.
    • getY

      public float getY()
      Getter for property y.
      Returns:
      Value of property y.