public static class TtfHmtxTable.MetricList extends Object
Represents list of metrics
| Modifier and Type | Method and Description |
|---|---|
TtfHmtxTable.LongHorMetric |
get(int glyphIndex)
Gets metrics by glyph index.
|
com.aspose.ms.System.Collections.Generic.List<TtfHmtxTable.LongHorMetric> |
getRawList() |
int |
size()
Gets metrics count.
|
public int size()
Gets metrics count.
public TtfHmtxTable.LongHorMetric get(int glyphIndex)
Gets metrics by glyph index.
glyphIndex - Glyph index to get metrics for.public com.aspose.ms.System.Collections.Generic.List<TtfHmtxTable.LongHorMetric> getRawList()
Copyright © 2025 Aspose. All Rights Reserved.