TtfHmtxTable.MetricList

Inheritance: java.lang.Object

public static class TtfHmtxTable.MetricList

Represents list of metrics

Methods

MethodDescription
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:

ParameterTypeDescription
glyphIndexintGlyph 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>