Class Woff2Common.Table

java.lang.Object
com.itextpdf.io.font.woff2.Woff2Common.Table
All Implemented Interfaces:
Comparable<Woff2Common.Table>
Enclosing class:
Woff2Common

public static class Woff2Common.Table extends Object implements Comparable<Woff2Common.Table>
  • Field Details

    • tag

      public int tag
    • flags

      public int flags
    • src_offset

      public int src_offset
    • src_length

      public int src_length
    • transform_length

      public int transform_length
    • dst_offset

      public int dst_offset
    • dst_length

      public int dst_length
  • Constructor Details

    • Table

      public Table()
  • Method Details