Uses of Interface
com.itextpdf.io.font.woff2.Woff2Out
-
Packages that use Woff2Out Package Description com.itextpdf.io.font.woff2 -
-
Uses of Woff2Out in com.itextpdf.io.font.woff2
Classes in com.itextpdf.io.font.woff2 that implement Woff2Out Modifier and Type Class Description (package private) class
Woff2MemoryOut
Fixed memory block for woff2 out.Methods in com.itextpdf.io.font.woff2 with parameters of type Woff2Out Modifier and Type Method Description static void
Woff2Dec. convertWoff2ToTtf(byte[] data, int length, Woff2Out out)
private static void
Woff2Dec. pad4(Woff2Out out)
private static void
Woff2Dec. reconstructFont(byte[] transformed_buf, int transformed_buf_offset, int transformed_buf_size, Woff2Dec.RebuildMetadata metadata, Woff2Dec.Woff2Header hdr, int font_index, Woff2Out out)
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)
private static int
Woff2Dec. reconstructTransformedHmtx(byte[] transformed_buf, int transformed_offset, int transformed_size, int num_glyphs, int num_hmetrics, short[] x_mins, Woff2Out out)
private static int
Woff2Dec. storeLoca(int[] loca_values, int index_format, Woff2Out out)
private static void
Woff2Dec. writeHeaders(byte[] data, int length, Woff2Dec.RebuildMetadata metadata, Woff2Dec.Woff2Header hdr, Woff2Out out)
-