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 classCmapTableRepresents the TTF "cmap" tableclassGlyfTableModel the TrueType Glyf tableclassHeadTableclassHheaTableclassHmtxTableModel the TrueType Post tableclassLocaTableModel the TrueType Loca tableclassMaxpTableclassNameTableclassPostTableModel the TrueType Post tableMethods in com.sun.pdfview.font.ttf that return TrueTypeTable Modifier and Type Method Description static TrueTypeTableTrueTypeTable. createTable(TrueTypeFont ttf, java.lang.String tagString)Get a new instance of an empty table by tag stringstatic TrueTypeTableTrueTypeTable. createTable(TrueTypeFont ttf, java.lang.String tagString, java.nio.ByteBuffer data)Get a new instance of a table with provided dataTrueTypeTableTrueTypeFont. 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 voidTrueTypeFont. addTable(java.lang.String tagString, TrueTypeTable table)Add a table to the font
-