public class OFMtxEntry extends Object
Constructor and Description |
---|
OFMtxEntry() |
Modifier and Type | Method and Description |
---|---|
int[] |
getBoundingBox()
Returns the boundingBox.
|
byte |
getFound()
Returns the found.
|
int |
getIndex()
Returns the index.
|
String |
getIndexAsString()
Returns a String representation of the index taking into account if
the index is in the reserved range.
|
int |
getLsb()
Returns the lsb.
|
String |
getName()
Returns the name.
|
long |
getOffset()
Returns the offset.
|
List<Integer> |
getUnicodeIndex()
Returns the unicodeIndex.
|
int |
getWx()
Returns the wx.
|
boolean |
isIndexReserved()
Determines whether this index represents a reserved character.
|
void |
setBoundingBox(int[] boundingBox)
Sets the boundingBox.
|
void |
setFound(byte found)
Sets the found.
|
void |
setIndex(int index)
Sets the index.
|
void |
setLsb(int lsb)
Sets the lsb.
|
void |
setName(String name)
Sets the name.
|
void |
setOffset(long offset)
Sets the offset.
|
void |
setWx(int wx)
Sets the wx.
|
String |
toString(TTFFile t)
Returns a String representation of this object.
|
public String toString(TTFFile t)
t
- TTFFile to use for unit conversionpublic int[] getBoundingBox()
public void setBoundingBox(int[] boundingBox)
boundingBox
- The boundingBox to setpublic byte getFound()
public int getIndex()
public boolean isIndexReserved()
public String getIndexAsString()
public int getLsb()
public String getName()
public long getOffset()
public int getWx()
public void setFound(byte found)
found
- The found to setpublic void setIndex(int index)
index
- The index to setpublic void setLsb(int lsb)
lsb
- The lsb to setpublic void setName(String name)
name
- The name to setpublic void setOffset(long offset)
offset
- The offset to setpublic void setWx(int wx)
wx
- The wx to setCopyright © 2025 Apache Software Foundation. All rights reserved.