Package | Description |
---|---|
org.apache.fontbox.afm |
This package holds classes used to parse AFM(Adobe Font Metrics) files.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<CharMetric> |
FontMetrics.charMetrics |
private java.util.Map<java.lang.String,CharMetric> |
FontMetrics.charMetricsMap |
Modifier and Type | Method and Description |
---|---|
private CharMetric |
AFMParser.parseCharMetric()
This will parse a single CharMetric object from the stream.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CharMetric> |
FontMetrics.getCharMetrics()
Getter for property charMetrics.
|
Modifier and Type | Method and Description |
---|---|
void |
FontMetrics.addCharMetric(CharMetric metric)
This will add another character metric.
|
Modifier and Type | Method and Description |
---|---|
void |
FontMetrics.setCharMetrics(java.util.List<CharMetric> charMetricsValue)
Setter for property charMetrics.
|