public class OFMtxEntry
extends java.lang.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.
|
java.lang.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.
|
java.lang.String |
getName()
Returns the name.
|
long |
getOffset()
Returns the offset.
|
java.util.List<java.lang.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(java.lang.String name)
Sets the name.
|
void |
setOffset(long offset)
Sets the offset.
|
void |
setWx(int wx)
Sets the wx.
|
java.lang.String |
toString(TTFFile t)
Returns a String representation of this object.
|
public java.lang.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 java.lang.String getIndexAsString()
public int getLsb()
public java.lang.String getName()
public long getOffset()
public java.util.List<java.lang.Integer> getUnicodeIndex()
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(java.lang.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 1999-2022 The Apache Software Foundation. All Rights Reserved.