Package | Description |
---|---|
org.apache.fontbox.afm |
This package holds classes used to parse AFM(Adobe Font Metrics) files.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<KernPair> |
FontMetric.getKernPairs()
Getter for property kernPairs.
|
java.util.List<KernPair> |
FontMetric.getKernPairs0()
Getter for property kernPairs0.
|
java.util.List<KernPair> |
FontMetric.getKernPairs1()
Getter for property kernPairs1.
|
Modifier and Type | Method and Description |
---|---|
void |
FontMetric.addKernPair(KernPair kernPair)
This will add a kern pair.
|
void |
FontMetric.addKernPair0(KernPair kernPair)
This will add a kern pair.
|
void |
FontMetric.addKernPair1(KernPair kernPair)
This will add a kern pair.
|
Modifier and Type | Method and Description |
---|---|
void |
FontMetric.setKernPairs(java.util.List<KernPair> kernPairsList)
Setter for property kernPairs.
|
void |
FontMetric.setKernPairs0(java.util.List<KernPair> kernPairs0List)
Setter for property kernPairs0.
|
void |
FontMetric.setKernPairs1(java.util.List<KernPair> kernPairs1List)
Setter for property kernPairs1.
|