src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-avar-table.hh
changeset 50352 25db2c8f3cf8
parent 48274 51772bf1fb0c
child 50826 f5b95be8b6e2
equal deleted inserted replaced
50351:9289c4214a35 50352:25db2c8f3cf8
   131   }
   131   }
   132 
   132 
   133   protected:
   133   protected:
   134   FixedVersion<>version;        /* Version of the avar table
   134   FixedVersion<>version;        /* Version of the avar table
   135                                  * initially set to 0x00010000u */
   135                                  * initially set to 0x00010000u */
   136   USHORT        reserved;       /* This field is permanently reserved. Set to 0. */
   136   HBUINT16      reserved;       /* This field is permanently reserved. Set to 0. */
   137   USHORT        axisCount;      /* The number of variation axes in the font. This
   137   HBUINT16      axisCount;      /* The number of variation axes in the font. This
   138                                  * must be the same number as axisCount in the
   138                                  * must be the same number as axisCount in the
   139                                  * 'fvar' table. */
   139                                  * 'fvar' table. */
   140   SegmentMaps   axisSegmentMapsZ;
   140   SegmentMaps   axisSegmentMapsZ;
   141 
   141 
   142   public:
   142   public: