|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrueTypeTable | |
---|---|
com.sun.pdfview.font.ttf |
Uses of TrueTypeTable in com.sun.pdfview.font.ttf |
---|
Subclasses of TrueTypeTable in com.sun.pdfview.font.ttf | |
---|---|
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 |
Methods in com.sun.pdfview.font.ttf that return TrueTypeTable | |
---|---|
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. |
Methods in com.sun.pdfview.font.ttf with parameters of type TrueTypeTable | |
---|---|
void |
TrueTypeFont.addTable(java.lang.String tagString,
TrueTypeTable table)
Add a table to the font |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |