public class FontMetadataSection extends java.lang.Object implements IMetadataSection
| Modifier and Type | Field and Description |
|---|---|
private float[] |
charLefts |
private float[] |
charSpacings |
private float[] |
charWidths |
| Constructor and Description |
|---|
FontMetadataSection(float[] charWidthsIn,
float[] charLeftsIn,
float[] charSpacingsIn) |