[var] Fix bug in HVAR/VVAR impl

pull/407/head
Behdad Esfahbod 8 years ago
parent bd3b11d926
commit 6074340371
  1. 4
      src/hb-ot-var-hvar-table.hh

@ -71,10 +71,10 @@ struct DeltaSetIndexMap
}
protected:
inline bool get_width (void) const
inline unsigned int get_width (void) const
{ return ((format >> 4) & 3) + 1; }
inline bool get_inner_bitcount (void) const
inline unsigned int get_inner_bitcount (void) const
{ return (format & 0xF) + 1; }
protected:

Loading…
Cancel
Save