Uses of Class
com.sun.pdfview.font.ttf.TrueTypeTable
Packages that use TrueTypeTable
-
Uses of TrueTypeTable in com.sun.pdfview.font.ttf
Subclasses of TrueTypeTable in com.sun.pdfview.font.ttfModifier and TypeClassDescriptionclass
Represents the TTF "cmap" tableclass
Model the TrueType Glyf tableclass
class
class
Model the TrueType Post tableclass
Model the TrueType Loca tableclass
class
class
Model the TrueType Post tableMethods in com.sun.pdfview.font.ttf that return TrueTypeTableModifier and TypeMethodDescriptionstatic TrueTypeTable
TrueTypeTable.createTable
(TrueTypeFont ttf, String tagString) Get a new instance of an empty table by tag stringstatic TrueTypeTable
TrueTypeTable.createTable
(TrueTypeFont ttf, String tagString, ByteBuffer data) Get a new instance of a table with provided dataGet a table by name.Methods in com.sun.pdfview.font.ttf with parameters of type TrueTypeTableModifier and TypeMethodDescriptionvoid
TrueTypeFont.addTable
(String tagString, TrueTypeTable table) Add a table to the font