TtfHmtxTable.LongHorMetric
Contents
[
Hide
]Inheritance: java.lang.Object
public static class TtfHmtxTable.LongHorMetric
Represents metrics record.
Constructors
Constructor | Description |
---|---|
LongHorMetric() |
Methods
Method | Description |
---|---|
getAdvanceWidth() | Gets advance width value. |
getLeftSideBearing() | Gets left side bearing value. |
clone() | |
equals(Object obj) | |
equals(TtfHmtxTable.LongHorMetric obj1, TtfHmtxTable.LongHorMetric obj2) |
LongHorMetric()
public LongHorMetric()
getAdvanceWidth()
public int getAdvanceWidth()
Gets advance width value.
Returns: int - Advance width value.
getLeftSideBearing()
public short getLeftSideBearing()
Gets left side bearing value.
Returns: short - Left side bearing value.
clone()
public TtfHmtxTable.LongHorMetric clone()
Returns: LongHorMetric
equals(Object obj)
public boolean equals(Object obj)
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object |
Returns: boolean
equals(TtfHmtxTable.LongHorMetric obj1, TtfHmtxTable.LongHorMetric obj2)
public static boolean equals(TtfHmtxTable.LongHorMetric obj1, TtfHmtxTable.LongHorMetric obj2)
Parameters:
Parameter | Type | Description |
---|---|---|
obj1 | LongHorMetric | |
obj2 | LongHorMetric |
Returns: boolean