com.sun.pdfview.font.ttf
public class GlyfTable extends TrueTypeTable
| Constructor Summary | |
|---|---|
| protected | GlyfTable(TrueTypeFont ttf) Creates a new instance of HmtxTable |
| Method Summary | |
|---|---|
| ByteBuffer | getData() get the data in this map as a ByteBuffer |
| Glyf | getGlyph(int index)
Get the glyph at a given index, parsing it as needed |
| int | getLength()
Get the length of this table |
| void | setData(ByteBuffer data) Initialize this structure from a ByteBuffer |
| String | toString()
Create a pretty String |