1. 17 12月, 2016 19 次提交
  2. 09 4月, 2016 1 次提交
  3. 12 1月, 2016 1 次提交
  4. 05 1月, 2016 1 次提交
    • B
      Don't count fixing-up FeatureParams offset as error · da2fcfdc
      Behdad Esfahbod 提交于
      The font Garamond Premier Pro Caption (and possibly many other
      Adobe fonts), have many FeatureParamsSize tables with the old
      wrong offset.  We handle fixing those up, but they were still
      contributing to edit_count, and when I reduced HB_SANITIZE_MAX_EDIT
      from 100 to 8 in 14c2de32, these
      fonts were now getting GPOS dropped and hence kerning disabled.
      
      Fix, by not counting edits made towareds offset fix-up.  I'll
      also increase edit count again, in the next commit.
      da2fcfdc
  5. 17 11月, 2015 1 次提交
    • C
      Fix build on MSVC >= 2012 · 167c3271
      Chun-wei Fan 提交于
      Use the DEFINE_ENUM_FLAG_OPERATORS macro in winnt.h on Visual Studio,
      which defines the bitwise operators for the enumerations that we want to
      mark as hb_mark_as_flags_t, which will take care of the situation on newer
      Visual Studio (>= 2012), where the build breaks with C2057 errors as the
      underlying types of the enumerations is not clear to the compiler when we
      do a bitwise op within the declaration of the enumerations themselves.
      
      Also disable the C4200 (nonstandard extension used : zero-sized array in
      struct/union) and C4800 ('type' : forcing value to bool 'true' or 'false'
      (performance warning)) warnings as the C4200 is the intended scenario and
      C4800 is harmless but is so far an unavoidable side effect of using
      DEFINE_ENUM_FLAG_OPERATORS.
      167c3271
  6. 05 11月, 2015 1 次提交
  7. 03 11月, 2015 1 次提交
  8. 14 10月, 2015 1 次提交
  9. 29 9月, 2015 1 次提交
  10. 26 2月, 2015 5 次提交
  11. 12 7月, 2014 1 次提交
  12. 28 6月, 2014 4 次提交
  13. 20 6月, 2014 1 次提交
  14. 05 6月, 2014 1 次提交
  15. 04 6月, 2014 1 次提交