Uses of Class
com.sun.pdfview.font.ttf.TrueTypeTable
-
Packages that use TrueTypeTable Package Description com.sun.pdfview.font.ttf -
-
Uses of TrueTypeTable in com.sun.pdfview.font.ttf
Subclasses of TrueTypeTable in com.sun.pdfview.font.ttf Modifier and Type Class Description class
CmapTable
Represents the TTF "cmap" tableclass
GlyfTable
Model the TrueType Glyf tableclass
HeadTable
class
HheaTable
class
HmtxTable
Model the TrueType Post tableclass
LocaTable
Model the TrueType Loca tableclass
MaxpTable
class
NameTable
class
PostTable
Model the TrueType Post tableMethods in com.sun.pdfview.font.ttf that return TrueTypeTable Modifier and Type Method Description static TrueTypeTable
TrueTypeTable. createTable(TrueTypeFont ttf, java.lang.String tagString)
Get a new instance of an empty table by tag stringstatic TrueTypeTable
TrueTypeTable. createTable(TrueTypeFont ttf, java.lang.String tagString, java.nio.ByteBuffer data)
Get a new instance of a table with provided dataTrueTypeTable
TrueTypeFont. getTable(java.lang.String tagString)
Get a table by name.Methods in com.sun.pdfview.font.ttf with parameters of type TrueTypeTable Modifier and Type Method Description void
TrueTypeFont. addTable(java.lang.String tagString, TrueTypeTable table)
Add a table to the font
-