Class 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.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Woff2FontInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 java.util.Map<java.lang.Integer,​java.lang.Integer> table_entry_by_tag
    • Constructor Detail

      • Woff2FontInfo

        private Woff2FontInfo()