Package org.apache.fontbox.afm
Class KernPair
java.lang.Object
org.apache.fontbox.afm.KernPair
This represents some kern pair data.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
firstKernCharacter
-
secondKernCharacter
-
x
private final float x -
y
private final float y
-
-
Constructor Details
-
KernPair
-
-
Method Details
-
getFirstKernCharacter
Getter for property firstKernCharacter.- Returns:
- Value of property firstKernCharacter.
-
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.
-