TtfLocaTable.OffsetsList

Inheritance: java.lang.Object

public static class TtfLocaTable.OffsetsList

Represents glyph offsets list.

Methods

MethodDescription
size()Gets glyph offsets count.
get(int index)Gets offset by index.

size()

public int size()

Gets glyph offsets count.

Returns: int - Glyph offsets count.

get(int index)

public long get(int index)

Gets offset by index.

Parameters:

ParameterTypeDescription
indexintOffset index.

Returns: long - Glyph offset.