Uses of Class
com.itextpdf.io.font.woff2.Woff2Common.Table
-
Packages that use Woff2Common.Table Package Description com.itextpdf.io.font.woff2 -
-
Uses of Woff2Common.Table in com.itextpdf.io.font.woff2
Fields in com.itextpdf.io.font.woff2 declared as Woff2Common.Table Modifier and Type Field Description Woff2Common.Table[]
Woff2Dec.Woff2Header. tables
Methods in com.itextpdf.io.font.woff2 that return Woff2Common.Table Modifier and Type Method Description private static Woff2Common.Table
Woff2Dec. findTable(java.util.ArrayList<Woff2Common.Table> tables, int tag)
Methods in com.itextpdf.io.font.woff2 that return types with arguments of type Woff2Common.Table Modifier and Type Method Description private static java.util.ArrayList<Woff2Common.Table>
Woff2Dec. tables(Woff2Dec.Woff2Header hdr, int font_index)
Methods in com.itextpdf.io.font.woff2 with parameters of type Woff2Common.Table Modifier and Type Method Description int
Woff2Common.Table. compareTo(Woff2Common.Table o)
private static void
Woff2Dec. readTableDirectory(Buffer file, Woff2Common.Table[] tables, int num_tables)
private static Woff2Dec.Checksums
Woff2Dec. reconstructGlyf(byte[] data, int data_offset, Woff2Common.Table glyf_table, int glyph_checksum, Woff2Common.Table loca_table, int loca_checksum, Woff2Dec.Woff2FontInfo info, Woff2Out out)
Method parameters in com.itextpdf.io.font.woff2 with type arguments of type Woff2Common.Table Modifier and Type Method Description private static Woff2Common.Table
Woff2Dec. findTable(java.util.ArrayList<Woff2Common.Table> tables, int tag)
-