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 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 TrueTypeFontModifier and TypeMethodDescriptionstatic TrueTypeFont
TrueTypeFont.parseFont
(byte[] orig) Parses a TrueType font from a byte arraystatic TrueTypeFont
TrueTypeFont.parseFont
(ByteBuffer inBuf) Parses a TrueType font from a byte bufferMethods in com.sun.pdfview.font.ttf with parameters of type TrueTypeFontModifier and TypeMethodDescriptionstatic TrueTypeTable
TrueTypeTable.createTable
(TrueTypeFont ttf, String tagString) Get a new instance of an empty table by tag stringstatic TrueTypeTable
TrueTypeTable.createTable
(TrueTypeFont ttf, String tagString, ByteBuffer data) Get a new instance of a table with provided dataprivate static void
TrueTypeFont.parseDirectories
(ByteBuffer data, int numTables, TrueTypeFont ttf) Get directory entries from a fontConstructors in com.sun.pdfview.font.ttf with parameters of type TrueTypeFontModifierConstructorDescriptionprotected
GlyfTable
(TrueTypeFont ttf) Creates a new instance of HmtxTableprotected
HmtxTable
(TrueTypeFont ttf) Creates a new instance of HmtxTableprotected
LocaTable
(TrueTypeFont ttf) Creates a new instance of HmtxTable