Class Woff2Dec.Woff2FontInfo

java.lang.Object
com.itextpdf.io.font.woff2.Woff2Dec.Woff2FontInfo
Enclosing class:
Woff2Dec

private static class Woff2Dec.Woff2FontInfo extends Object
Accumulates data we may need to reconstruct a single font. One per font created for a TTC.
  • Field Details

    • num_glyphs

      public short num_glyphs
    • index_format

      public short index_format
    • num_hmetrics

      public short num_hmetrics
    • x_mins

      public short[] x_mins
    • table_entry_by_tag

      public Map<Integer,Integer> table_entry_by_tag
  • Constructor Details

    • Woff2FontInfo

      private Woff2FontInfo()