Uses of Class
com.sun.pdfview.font.ttf.TrueTypeFont
-
Packages that use TrueTypeFont Package Description com.sun.pdfview.font com.sun.pdfview.font.ttf -
-
Uses of TrueTypeFont in com.sun.pdfview.font
Fields in com.sun.pdfview.font declared as TrueTypeFont Modifier and Type Field Description private TrueTypeFontTTFFont. fontthe truetype font itselfMethods in com.sun.pdfview.font with parameters of type TrueTypeFont Modifier and Type Method Description private booleanNativeFont. fixCMapTable(TrueTypeFont ttf, CmapTable cmap)Fix the CMap table.private booleanNativeFont. fixNameTable(TrueTypeFont ttf, NameTable name)Fix a broken font name table for a TrueType font. -
Uses of TrueTypeFont in com.sun.pdfview.font.ttf
Methods in com.sun.pdfview.font.ttf that return TrueTypeFont Modifier and Type Method Description static TrueTypeFontTrueTypeFont. parseFont(byte[] orig)Parses a TrueType font from a byte arraystatic TrueTypeFontTrueTypeFont. parseFont(java.nio.ByteBuffer inBuf)Parses a TrueType font from a byte bufferMethods in com.sun.pdfview.font.ttf with parameters of type TrueTypeFont 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 dataprivate static voidTrueTypeFont. parseDirectories(java.nio.ByteBuffer data, int numTables, TrueTypeFont ttf)Get directory entries from a fontConstructors in com.sun.pdfview.font.ttf with parameters of type TrueTypeFont Constructor Description GlyfTable(TrueTypeFont ttf)Creates a new instance of HmtxTableHmtxTable(TrueTypeFont ttf)Creates a new instance of HmtxTableLocaTable(TrueTypeFont ttf)Creates a new instance of HmtxTable
-