| |
|
| java.lang.Object com.sun.pdfview.font.ttf.TrueTypeTable com.sun.pdfview.font.ttf.HmtxTable
HmtxTable | public class HmtxTable extends TrueTypeTable (Code) | | Model the TrueType Post table
author: jkaplan |
advanceWidths | short advanceWidths(Code) | | advance widths for any glyphs that have one
|
leftSideBearings | short leftSideBearings(Code) | | left side bearings for each glyph
|
getAdvance | public short getAdvance(int glyphID)(Code) | | get the advance of a given glyph
|
getData | public ByteBuffer getData()(Code) | | get the data in this map as a ByteBuffer
|
getLeftSideBearing | public short getLeftSideBearing(int glyphID)(Code) | | get the left side bearing of a given glyph
|
getLength | public int getLength()(Code) | | Get the length of this table
|
setData | public void setData(ByteBuffer data)(Code) | | Initialize this structure from a ByteBuffer
|
|
|
|