public class TtfVmtxTable extends TtfTableBase
Represents "vmtx" table of the TTF Font file.
| Modifier and Type | Class and Description |
|---|---|
static class |
TtfVmtxTable.LongVerMetric
Represents vertical metrics record.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getTag()
Gets table tag.
|
short[] |
getTopSideBearings()
Gets Top Side Bearings.
|
TtfVmtxTable.LongVerMetric[] |
getVMetrics()
Gets vertical metrics.
|
getLength, getOffset, getTtfTablespublic static String getTag()
Gets table tag.
public TtfVmtxTable.LongVerMetric[] getVMetrics()
Gets vertical metrics.
public short[] getTopSideBearings()
Gets Top Side Bearings. Array of top side bearings of the glyph.
Copyright © 2025 Aspose. All Rights Reserved.