| java.lang.Object com.sun.pdfview.font.ttf.TrueTypeTable com.sun.pdfview.font.ttf.LocaTable
getData | public ByteBuffer getData()(Code) | | get the data in this map as a ByteBuffer
|
getLength | public int getLength()(Code) | | Get the length of this table
|
getOffset | public int getOffset(int glyphID)(Code) | | get the offset, in bytes, of a given glyph from the start of
the glyph table
|
getSize | public int getSize(int glyphID)(Code) | | get the size, in bytes, of the given glyph
|
isLongFormat | public boolean isLongFormat()(Code) | | Return true if the glyphs arte in long (int) format, or
false if they are in short (short) format
|
setData | public void setData(ByteBuffer data)(Code) | | Initialize this structure from a ByteBuffer
|
|
|