Package com.itextpdf.io.font.woff2
Class Woff2Dec.Woff2FontInfo
- java.lang.Object
-
- com.itextpdf.io.font.woff2.Woff2Dec.Woff2FontInfo
-
- Enclosing class:
- Woff2Dec
private static class Woff2Dec.Woff2FontInfo extends java.lang.Object
Accumulates data we may need to reconstruct a single font. One per font created for a TTC.
-
-
Field Summary
Fields Modifier and Type Field Description short
index_format
short
num_glyphs
short
num_hmetrics
java.util.Map<java.lang.Integer,java.lang.Integer>
table_entry_by_tag
short[]
x_mins
-
Constructor Summary
Constructors Modifier Constructor Description private
Woff2FontInfo()
-