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<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(List<CharMetric> charMetricsValue)
Setter for property charMetrics.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.