com.sun.pdfview.font.ttf
public class LocaTable extends TrueTypeTable
Constructor Summary | |
---|---|
protected | LocaTable(TrueTypeFont ttf) Creates a new instance of HmtxTable |
Method Summary | |
---|---|
ByteBuffer | getData() get the data in this map as a ByteBuffer |
int | getLength()
Get the length of this table |
int | getOffset(int glyphID)
get the offset, in bytes, of a given glyph from the start of
the glyph table |
int | getSize(int glyphID)
get the size, in bytes, of the given glyph |
boolean | isLongFormat()
Return true if the glyphs arte in long (int) format, or
false if they are in short (short) format |
void | setData(ByteBuffer data) Initialize this structure from a ByteBuffer |