TtfLocaTable.OffsetsList
Inheritance: java.lang.Object
public static class TtfLocaTable.OffsetsList
Represents glyph offsets list.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
index | int | Offset index. |
Returns: long - Glyph offset.