Package | Description |
---|---|
com.sun.pdfview.font.ttf |
Modifier and Type | Class and Description |
---|---|
class |
CmapTable
Represents the TTF "cmap" table
|
class |
GlyfTable
Model the TrueType Glyf table
|
class |
HeadTable |
class |
HheaTable |
class |
HmtxTable
Model the TrueType Post table
|
class |
LocaTable
Model the TrueType Loca table
|
class |
MaxpTable |
class |
NameTable |
class |
PostTable
Model the TrueType Post table
|
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
|
TrueTypeTable |
TrueTypeFont.getTable(java.lang.String tagString)
Get a table by name.
|
Modifier and Type | Method and Description |
---|---|
void |
TrueTypeFont.addTable(java.lang.String tagString,
TrueTypeTable table)
Add a table to the font
|