Package org.apache.fop.fonts.truetype
Class OFMtxEntry
java.lang.Object
org.apache.fop.fonts.truetype.OFMtxEntry
This class represents a TrueType Mtx Entry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]Returns the boundingBox.bytegetFound()Returns the found.intgetIndex()Returns the index.Returns a String representation of the index taking into account if the index is in the reserved range.intgetLsb()Returns the lsb.getName()Returns the name.longReturns the offset.Returns the unicodeIndex.intgetWx()Returns the wx.booleanDetermines whether this index represents a reserved character.voidsetBoundingBox(int[] boundingBox) Sets the boundingBox.voidsetFound(byte found) Sets the found.voidsetIndex(int index) Sets the index.voidsetLsb(int lsb) Sets the lsb.voidSets the name.voidsetOffset(long offset) Sets the offset.voidsetWx(int wx) Sets the wx.Returns a String representation of this object.
-
Constructor Details
-
OFMtxEntry
public OFMtxEntry()
-
-
Method Details
-
toString
Returns a String representation of this object.- Parameters:
t- TTFFile to use for unit conversion- Returns:
- String String representation
-
getBoundingBox
public int[] getBoundingBox()Returns the boundingBox.- Returns:
- int[]
-
setBoundingBox
public void setBoundingBox(int[] boundingBox) Sets the boundingBox.- Parameters:
boundingBox- The boundingBox to set
-
getFound
public byte getFound()Returns the found.- Returns:
- byte
-
getIndex
public int getIndex()Returns the index.- Returns:
- int
-
isIndexReserved
public boolean isIndexReserved()Determines whether this index represents a reserved character.- Returns:
- True if it is reserved
-
getIndexAsString
Returns a String representation of the index taking into account if the index is in the reserved range.- Returns:
- index as String
-
getLsb
public int getLsb()Returns the lsb.- Returns:
- int
-
getName
Returns the name.- Returns:
- String
-
getOffset
public long getOffset()Returns the offset.- Returns:
- long
-
getUnicodeIndex
Returns the unicodeIndex.- Returns:
- List
-
getWx
public int getWx()Returns the wx.- Returns:
- int
-
setFound
public void setFound(byte found) Sets the found.- Parameters:
found- The found to set
-
setIndex
public void setIndex(int index) Sets the index.- Parameters:
index- The index to set
-
setLsb
public void setLsb(int lsb) Sets the lsb.- Parameters:
lsb- The lsb to set
-
setName
Sets the name.- Parameters:
name- The name to set
-
setOffset
public void setOffset(long offset) Sets the offset.- Parameters:
offset- The offset to set
-
setWx
public void setWx(int wx) Sets the wx.- Parameters:
wx- The wx to set
-