Uses of Class
com.sun.pdfview.font.ttf.TrueTypeFont
Packages that use TrueTypeFont
-
Uses of TrueTypeFont in com.sun.pdfview.font
Fields in com.sun.pdfview.font declared as TrueTypeFontMethods in com.sun.pdfview.font with parameters of type TrueTypeFontModifier and TypeMethodDescriptionprivate 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 TrueTypeFontModifier and TypeMethodDescriptionstatic TrueTypeFontTrueTypeFont.parseFont(byte[] orig) Parses a TrueType font from a byte arraystatic TrueTypeFontTrueTypeFont.parseFont(ByteBuffer inBuf) Parses a TrueType font from a byte bufferMethods in com.sun.pdfview.font.ttf with parameters of type TrueTypeFontModifier 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 dataprivate static voidTrueTypeFont.parseDirectories(ByteBuffer data, int numTables, TrueTypeFont ttf) Get directory entries from a fontConstructors in com.sun.pdfview.font.ttf with parameters of type TrueTypeFontModifierConstructorDescriptionprotectedGlyfTable(TrueTypeFont ttf) Creates a new instance of HmtxTableprotectedHmtxTable(TrueTypeFont ttf) Creates a new instance of HmtxTableprotectedLocaTable(TrueTypeFont ttf) Creates a new instance of HmtxTable