1. 19 1月, 2019 3 次提交
    • M
      init interp_env_t::hintmask_size · 28917e58
      Michiharu Ariza 提交于
      fixes issue #1547
      28917e58
    • B
      [pragma] Enable error -Wdelete-non-virtual-dtor · 9b4e51b2
      Behdad Esfahbod 提交于
      Currently fails directwrite backend.
      9b4e51b2
    • B
      [directwrite] Fix error · e6527228
      Behdad Esfahbod 提交于
      hb-directwrite.cc: In constructor 'TextAnalysis::TextAnalysis(const wchar_t*, uint32_t, const wchar_t*, DWRITE_READING_DIRECTION)':
      hb-directwrite.cc:489:18: error: 'TextAnalysis::mText' will be initialized after [-Werror=reorder]
         const wchar_t* mText;
                        ^~~~~
      hb-directwrite.cc:488:12: error:   'uint32_t TextAnalysis::mTextLength' [-Werror=reorder]
         uint32_t mTextLength;
                  ^~~~~~~~~~~
      hb-directwrite.cc:282:3: error:   when initialized here [-Werror=reorder]
         TextAnalysis (const wchar_t* text, uint32_t textLength,
         ^~~~~~~~~~~~
      hb-directwrite.cc: In function 'hb_bool_t _hb_directwrite_shape_full(hb_shape_plan_t*, hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int, float)':
      e6527228
  2. 18 1月, 2019 35 次提交
  3. 16 1月, 2019 1 次提交
  4. 15 1月, 2019 1 次提交
    • B
      fix FDSelect fuzzing bug (#1539) · 0d2727f4
      Behdad Esfahbod 提交于
      Rewrote struct FDSelect3_4.ranges as ArrayOf
      Updated FDSelect3_4::sanitize () to call ranges.sanitize ()
      nRanges now a function to return a reference to ranges.len
      0d2727f4