Package com.itextpdf.io.font.woff2
Class Woff2Dec.Woff2Header
- java.lang.Object
-
- com.itextpdf.io.font.woff2.Woff2Dec.Woff2Header
-
- Enclosing class:
- Woff2Dec
private static class Woff2Dec.Woff2Header extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
compressed_length
int
compressed_offset
int
flavor
int
header_version
short
num_tables
Woff2Common.Table[]
tables
Woff2Dec.TtcFont[]
ttc_fonts
int
uncompressed_size
-
Constructor Summary
Constructors Modifier Constructor Description private
Woff2Header()
-
-
-
Field Detail
-
flavor
public int flavor
-
header_version
public int header_version
-
num_tables
public short num_tables
-
compressed_offset
public int compressed_offset
-
compressed_length
public int compressed_length
-
uncompressed_size
public int uncompressed_size
-
tables
public Woff2Common.Table[] tables
-
ttc_fonts
public Woff2Dec.TtcFont[] ttc_fonts
-
-