TtfVmtxTable
Inheritance: java.lang.Object, com.aspose.font.TtfTableBase
public class TtfVmtxTable extends TtfTableBase
Represents “vmtx” table of the TTF Font file.
Methods
Method | Description |
---|---|
getTag() | Gets table tag. |
getVMetrics() | Gets vertical metrics. |
getTopSideBearings() | Gets Top Side Bearings. |
getTag()
public static String getTag()
Gets table tag.
Returns: java.lang.String - The table tag.
getVMetrics()
public TtfVmtxTable.LongVerMetric[] getVMetrics()
Gets vertical metrics.
Returns: com.aspose.font.TtfVmtxTable.LongVerMetric[] - The vertical metrics.
getTopSideBearings()
public short[] getTopSideBearings()
Gets Top Side Bearings. Array of top side bearings of the glyph.
Returns: short[] - The Top Side Bearings.