Package | Description |
---|---|
org.apache.fontbox.afm |
This package holds classes used to parse AFM(Adobe Font Metrics) files.
|
Modifier and Type | Method and Description |
---|---|
List<KernPair> |
FontMetrics.getKernPairs()
Getter for property kernPairs.
|
List<KernPair> |
FontMetrics.getKernPairs0()
Getter for property kernPairs0.
|
List<KernPair> |
FontMetrics.getKernPairs1()
Getter for property kernPairs1.
|
Modifier and Type | Method and Description |
---|---|
void |
FontMetrics.addKernPair(KernPair kernPair)
This will add a kern pair.
|
void |
FontMetrics.addKernPair0(KernPair kernPair)
This will add a kern pair.
|
void |
FontMetrics.addKernPair1(KernPair kernPair)
This will add a kern pair.
|
Modifier and Type | Method and Description |
---|---|
void |
FontMetrics.setKernPairs(List<KernPair> kernPairsList)
Setter for property kernPairs.
|
void |
FontMetrics.setKernPairs0(List<KernPair> kernPairs0List)
Setter for property kernPairs0.
|
void |
FontMetrics.setKernPairs1(List<KernPair> kernPairs1List)
Setter for property kernPairs1.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.