TtfHmtxTable.MetricList
Inheritance: java.lang.Object
public static class TtfHmtxTable.MetricList
Represents list of metrics
Methods
Method | Description |
---|---|
size() | Gets metrics count. |
get(int glyphIndex) | Gets metrics by glyph index. |
getRawList() |
size()
public int size()
Gets metrics count.
Returns: int - Metrics count.
get(int glyphIndex)
public TtfHmtxTable.LongHorMetric get(int glyphIndex)
Gets metrics by glyph index.
Parameters:
Parameter | Type | Description |
---|---|---|
glyphIndex | int | Glyph index to get metrics for. |
Returns: LongHorMetric - Metrics record.
getRawList()
public System.Collections.Generic.List<TtfHmtxTable.LongHorMetric> getRawList()
Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.font.TtfHmtxTable.LongHorMetric>