Package | Description |
---|---|
org.apache.fontbox.afm |
This package holds classes used to parse AFM(Adobe Font Metrics) files.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<CharMetric> |
FontMetric.getCharMetrics() |
Getter for property charMetrics.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FontMetric.addCharMetric(CharMetric metric) |
This will add another character metric.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FontMetric.setCharMetrics(java.util.List<CharMetric> charMetricsValue) |
Setter for property charMetrics.
|
Copyright © 2008–2018. All rights reserved.