Package | Description |
---|---|
com.sun.pdfview.font.ttf |
Modifier and Type | Method and Description |
---|---|
static TrueTypeFont |
TrueTypeFont.parseFont(byte[] orig)
Parses a TrueType font from a byte array
|
static TrueTypeFont |
TrueTypeFont.parseFont(java.nio.ByteBuffer inBuf)
Parses a TrueType font from a byte buffer
|
Modifier and Type | Method and Description |
---|---|
static TrueTypeTable |
TrueTypeTable.createTable(TrueTypeFont ttf,
java.lang.String tagString)
Get a new instance of an empty table by tag string
|
static TrueTypeTable |
TrueTypeTable.createTable(TrueTypeFont ttf,
java.lang.String tagString,
java.nio.ByteBuffer data)
Get a new instance of a table with provided data
|
Constructor and Description |
---|
GlyfTable(TrueTypeFont ttf)
Creates a new instance of HmtxTable
|
HmtxTable(TrueTypeFont ttf)
Creates a new instance of HmtxTable
|
LocaTable(TrueTypeFont ttf)
Creates a new instance of HmtxTable
|