Uses of Class
org.openpdf.renderer.font.ttf.TrueTypeTable
Packages that use TrueTypeTable
-
Uses of TrueTypeTable in org.openpdf.renderer.font.ttf
Subclasses of TrueTypeTable in org.openpdf.renderer.font.ttfModifier and TypeClassDescriptionclassRepresents the TTF "cmap" tableclassModel the TrueType Glyf tableclassclassclassModel the TrueType Post tableclassModel the TrueType Loca tableclassclassclassModel the TrueType Post tableMethods in org.openpdf.renderer.font.ttf that return TrueTypeTableModifier and TypeMethodDescriptionstatic TrueTypeTableTrueTypeTable.createTable(TrueTypeFont ttf, String tagString) Get a new instance of an empty table by tag stringstatic TrueTypeTableTrueTypeTable.createTable(TrueTypeFont ttf, String tagString, ByteBuffer data) Get a new instance of a table with provided dataGet a table by name.Methods in org.openpdf.renderer.font.ttf with parameters of type TrueTypeTableModifier and TypeMethodDescriptionvoidTrueTypeFont.addTable(String tagString, TrueTypeTable table) Add a table to the font