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 TrueTypeFont
TTFFont. font
the truetype font itselfMethods in com.sun.pdfview.font with parameters of type TrueTypeFont Modifier and Type Method Description private boolean
NativeFont. fixCMapTable(TrueTypeFont ttf, CmapTable cmap)
Fix the CMap table.private boolean
NativeFont. 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 TrueTypeFont
TrueTypeFont. parseFont(byte[] orig)
Parses a TrueType font from a byte arraystatic TrueTypeFont
TrueTypeFont. 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 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 dataprivate static void
TrueTypeFont. 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
-